Change `ps3dec` license to `lib.licenses.unfree` because \*TECHNICALLY...\*
This commit is contained in:
parent
5bfa7afb82
commit
4e4601eafa
|
@ -40,9 +40,10 @@ stdenv.mkDerivation {
|
||||||
meta = {
|
meta = {
|
||||||
description = "PS3Dec r5 source mirror";
|
description = "PS3Dec r5 source mirror";
|
||||||
homepage = "https://github.com/al3xtjames/PS3Dec";
|
homepage = "https://github.com/al3xtjames/PS3Dec";
|
||||||
license = lib.licenses.mit;
|
license = lib.licenses.unfree;
|
||||||
# Technically it was posted to the 3k3y forums without a license file,
|
# Technically it was posted to the 3k3y forums without a license file,
|
||||||
# So technically it's probably "All Rights Reserved" but.... Meh whatever
|
# So technically it's probably "All Rights Reserved"...
|
||||||
maintainers = with lib.maintainers; [ whovian9369 ];
|
# I think that's how this works?
|
||||||
|
maintainers = with lib.maintainers; [ ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue