hydrogen: fix the license

wip/yesman
Antoine Eiche 3 years ago
parent 63f8170ca4
commit a783aa8126
  1. 2
      pkgs/applications/audio/hydrogen/default.nix

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

Loading…
Cancel
Save