znc: add missing licenses (#459856)

This commit is contained in:
Sandro
2026-03-01 02:12:30 +00:00
committed by GitHub
@@ -138,6 +138,8 @@ in
description = "ZNC FiSH module";
homepage = "https://github.com/oilslump/znc-fish";
maintainers = [ ];
# has no license
license = lib.licenses.unfree;
};
};
@@ -215,6 +217,8 @@ in
meta = {
description = "ZNC privmsg module";
homepage = "https://github.com/kylef/znc-contrib";
# has no license
license = lib.licenses.unfree;
};
};