Ah, I misread my own comment lol. Tweaked the message a little, that's for future me.
This commit is contained in:
parent
42619cc0d5
commit
08baf793bf
1 changed files with 3 additions and 2 deletions
|
@ -32,13 +32,14 @@ gcc13Stdenv.mkDerivation {
|
||||||
homepage = "https://github.com/Zarh/ird_tools";
|
homepage = "https://github.com/Zarh/ird_tools";
|
||||||
description = "DESCRIPTION PLACEHOLDER";
|
description = "DESCRIPTION PLACEHOLDER";
|
||||||
longDescription = "DESCRIPTION PLACEHOLDER";
|
longDescription = "DESCRIPTION PLACEHOLDER";
|
||||||
|
# license = lib.licenses.gpl3;
|
||||||
license = lib.licenses.unfree;
|
license = lib.licenses.unfree;
|
||||||
/*
|
/*
|
||||||
Dev feels that it should be GPLv3, but doesn't have a `LICENSE` file in
|
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.
|
the repository "proving" the licensing. Running with it for now.
|
||||||
Info on this: https://github.com/Zarh/ird_tools/issues/3
|
Info on this: https://github.com/Zarh/ird_tools/issues/3
|
||||||
I'm keeping `lib.licenses.unfree` license comment just to make sure I
|
I'm keeping `lib.licenses.gpl3` license comment just to make sure I
|
||||||
remember
|
remember to change it back... If the dev adds the file.
|
||||||
*/
|
*/
|
||||||
maintainers = "whovian9369";
|
maintainers = "whovian9369";
|
||||||
mainProgram = "ird_tools";
|
mainProgram = "ird_tools";
|
||||||
|
|
Loading…
Reference in a new issue