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).
This commit is contained in:
puzzlewolf 2023-01-30 14:20:31 +01:00
parent 72c6c848ee
commit e976119521

View file

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