Merge pull request #120154 from nlewo/hydrogen-fix-license

hydrogen: fix the license
This commit is contained in:
Sandro
2021-04-22 12:13:43 +02:00
committed by GitHub

View File

@@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "Advanced drum machine";
homepage = "http://www.hydrogen-music.org";
license = licenses.gpl2Only;
license = licenses.gpl2Plus;
platforms = platforms.linux;
maintainers = with maintainers; [ goibhniu orivej ];
};