solanum: clarify license to be gpl2 or later
(cherry picked from commit 2441e82399ad349bac570cbbe72cfe1b3158cc59)
This commit is contained in:
parent
6ee61426da
commit
b36d51733c
|
@ -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;
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue