From e976119521258b4c6995d692ba22bd94912c43a4 Mon Sep 17 00:00:00 2001 From: puzzlewolf Date: Mon, 30 Jan 2023 14:20:31 +0100 Subject: [PATCH] grandorgue: update metadata - The old homepage states that the project has moved to https://github.com/GrandOrgue/grandorgue. - The project has updated its license to GPLv2-or-later (see https://github.com/GrandOrgue/grandorgue/pull/718). --- pkgs/applications/audio/grandorgue/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/applications/audio/grandorgue/default.nix b/pkgs/applications/audio/grandorgue/default.nix index fc052754a1b6..0bbe0b1f0da5 100644 --- a/pkgs/applications/audio/grandorgue/default.nix +++ b/pkgs/applications/audio/grandorgue/default.nix @@ -49,8 +49,8 @@ stdenv.mkDerivation rec { meta = { description = "Virtual Pipe Organ Software"; - homepage = "https://sourceforge.net/projects/ourorgan"; - license = lib.licenses.gpl2; + homepage = "https://github.com/GrandOrgue/grandorgue"; + license = lib.licenses.gpl2Plus; platforms = lib.platforms.unix; maintainers = [ lib.maintainers.puzzlewolf ]; };