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:
Graham McIntire 2026-02-07 12:44:28 -06:00
parent d8a0a9ca4d
commit 44b5c204fa
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View file

@ -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;
};
}

View file

@ -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;
};
}