summary refs log tree commit diff
path: root/pkgs/applications/editors/gobby
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/editors/gobby')
-rw-r--r--pkgs/applications/editors/gobby/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/editors/gobby/default.nix b/pkgs/applications/editors/gobby/default.nix
index 4d48ba69086e..5ef198745312 100644
--- a/pkgs/applications/editors/gobby/default.nix
+++ b/pkgs/applications/editors/gobby/default.nix
@@ -24,7 +24,7 @@ in stdenv.mkDerivation rec {
   meta = with stdenv.lib; {
     homepage = http://gobby.0x539.de/;
     description = "A GTK-based collaborative editor supporting multiple documents in one session and a multi-user chat";
-    license = "GPLv2+";
+    license = stdenv.lib.licenses.gpl2Plus;
     maintainers = [ maintainers.phreedom ];
     platforms = platforms.all;
   };