solanum: clarify license to be gpl2 or later

This commit is contained in:
Martin Weinelt
2021-06-16 00:19:35 +02:00
parent 60c62214f5
commit 2441e82399
+1 -1
View File
@@ -61,7 +61,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "An IRCd for unified networks";
homepage = "https://github.com/solanum-ircd/solanum";
license = licenses.gpl2Only;
license = licenses.gpl2Plus;
maintainers = with maintainers; [ hexa ];
platforms = platforms.unix;
};