From a783aa812677c849dec8bf86a60532e2465783f0 Mon Sep 17 00:00:00 2001 From: Antoine Eiche Date: Thu, 22 Apr 2021 08:48:17 +0200 Subject: [PATCH] hydrogen: fix the license --- pkgs/applications/audio/hydrogen/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/audio/hydrogen/default.nix b/pkgs/applications/audio/hydrogen/default.nix index fc0d0840fbd..490591ec9e6 100644 --- a/pkgs/applications/audio/hydrogen/default.nix +++ b/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 ]; };