rssguard: specify license

This commit is contained in:
Fabian Affolter
2021-02-25 18:22:17 +01:00
committed by GitHub
parent 2a361c6681
commit 2ce6aec3d1

View File

@@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
for ownCloud/Nextcloud.
'';
homepage = "https://github.com/martinrotter/rssguard";
license = licenses.gpl3;
license = licenses.gpl3Plus;
platforms = platforms.linux;
maintainers = with maintainers; [ jluttine ];
};