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
|
@ -32,13 +32,14 @@ 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
|
||||
I'm keeping `lib.licenses.unfree` license comment just to make sure I
|
||||
remember
|
||||
I'm keeping `lib.licenses.gpl3` license comment just to make sure I
|
||||
remember to change it back... If the dev adds the file.
|
||||
*/
|
||||
maintainers = "whovian9369";
|
||||
mainProgram = "ird_tools";
|
||||
|
|
Loading…
Reference in New Issue