summary refs log tree commit diff
path: root/pkgs/applications/editors/geany/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/editors/geany/default.nix')
-rw-r--r--pkgs/applications/editors/geany/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/editors/geany/default.nix b/pkgs/applications/editors/geany/default.nix
index ed77e6f4b471..24954a602ccc 100644
--- a/pkgs/applications/editors/geany/default.nix
+++ b/pkgs/applications/editors/geany/default.nix
@@ -45,7 +45,7 @@ stdenv.mkDerivation rec {
       - Plugin interface
     '';
     homepage = https://www.geany.org/;
-    license = "GPL";
+    license = licenses.gpl2;
     maintainers = [];
     platforms = platforms.all;
   };