xinetd: change license to xinetd

This commit is contained in:
jopejoe1 2023-12-23 10:42:15 +01:00
parent d4a1307524
commit 00aad0ecd9

View file

@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
description = "Secure replacement for inetd";
platforms = lib.platforms.linux;
homepage = "https://github.com/openSUSE/xinetd";
license = lib.licenses.free;
license = lib.licenses.xinetd;
maintainers = with lib.maintainers; [ fgaz ];
};
}