Change `ird_tools` back to `lib.licenses.unfree`, and tweak comment layout.

This commit is contained in:
Whovian NTSN 2024-05-18 02:08:59 -04:00
parent e91485c0af
commit 42619cc0d5
2 changed files with 12 additions and 10 deletions

View File

@ -1,4 +1,4 @@
{
{
lib,
fetchFromGitHub,
gcc13Stdenv,
@ -32,14 +32,15 @@ gcc13Stdenv.mkDerivation {
homepage = "https://github.com/Zarh/ird_tools";
description = "DESCRIPTION PLACEHOLDER";
longDescription = "DESCRIPTION PLACEHOLDER";
license = lib.licenses.gpl3;
# license = lib.licenses.unfree;
# Dev feels that it should be GPLv3, but doesn't have a `LICENSE` file in
# the repository "proving" the licensing. Running with it for now.
# Info on this: https://github.com/Zarh/ird_tools/issues/3
# Keeping `lib.licenses.unfree` license comment just to make sure I
# remember
maintainers = with lib.maintainers; [ ];
license = lib.licenses.unfree;
/*
Dev feels that it should be GPLv3, but doesn't have a `LICENSE` file in
the repository "proving" the licensing. Running with it for now.
Info on this: https://github.com/Zarh/ird_tools/issues/3
I'm keeping `lib.licenses.unfree` license comment just to make sure I
remember
*/
maintainers = "whovian9369";
mainProgram = "ird_tools";
platforms = lib.platforms.linux;
};

View File

@ -1,4 +1,5 @@
{ lib,
{
lib,
buildDotnetModule,
dotnetCorePackages,
fetchFromGitHub