fix: Use lib.licenses.unfree instead of proprietary
Change license from 'proprietary' (which doesn't exist in nixpkgs) to 'unfree' which is the correct license type for closed-source software in Nix.
This commit is contained in:
parent
d8a0a9ca4d
commit
44b5c204fa
2 changed files with 2 additions and 2 deletions
|
|
@ -97,7 +97,7 @@ beamPackages.mixRelease {
|
|||
|
||||
meta = {
|
||||
description = "Towerops - Phoenix LiveView SNMP monitoring platform";
|
||||
license = lib.licenses.proprietary;
|
||||
license = lib.licenses.unfree;
|
||||
platforms = lib.platforms.unix;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -53,7 +53,7 @@ stdenv.mkDerivation {
|
|||
|
||||
meta = {
|
||||
description = "C NIF for SNMP MIB resolution in Towerops";
|
||||
license = lib.licenses.proprietary;
|
||||
license = lib.licenses.unfree;
|
||||
platforms = lib.platforms.unix;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue