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:
parent
72c6c848ee
commit
e976119521
1 changed files with 2 additions and 2 deletions
|
@ -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 ];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue