about summary refs log tree commit diff
path: root/pkgs/applications/audio/grandorgue
diff options
context:
space:
mode:
authorpuzzlewolf <mail@nora.pink>2023-01-30 14:20:31 +0100
committerpuzzlewolf <mail@nora.pink>2023-01-30 14:20:34 +0100
commite976119521258b4c6995d692ba22bd94912c43a4 (patch)
tree83e50f346c5b63a1fe47245d5990d3ffae07c832 /pkgs/applications/audio/grandorgue
parent72c6c848eee4c81b530e768a359e0947401568e0 (diff)
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).
Diffstat (limited to 'pkgs/applications/audio/grandorgue')
-rw-r--r--pkgs/applications/audio/grandorgue/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/audio/grandorgue/default.nix b/pkgs/applications/audio/grandorgue/default.nix
index fc052754a1b60..0bbe0b1f0da54 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 ];
   };