solanum: clarify license to be gpl2 or later

This commit is contained in:
Martin Weinelt 2021-06-02 02:41:53 +02:00
parent 60c62214f5
commit 2441e82399
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

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