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
commit 21ab889b51
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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