summary refs log tree commit diff
path: root/pkgs/applications/misc/librecad/2.0.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/misc/librecad/2.0.nix')
-rw-r--r--pkgs/applications/misc/librecad/2.0.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/misc/librecad/2.0.nix b/pkgs/applications/misc/librecad/2.0.nix
index 2f140db9397..59d25a98040 100644
--- a/pkgs/applications/misc/librecad/2.0.nix
+++ b/pkgs/applications/misc/librecad/2.0.nix
@@ -33,7 +33,7 @@ stdenv.mkDerivation {
     description = "A 2D CAD package based upon Qt";
     homepage = http://librecad.org;
     repositories.git = git://github.com/LibreCAD/LibreCAD.git;
-    license = "GPLv2";
+    license = stdenv.lib.licenses.gpl2;
     maintainers = with stdenv.lib.maintainers; [viric];
     platforms = with stdenv.lib.platforms; linux;
   };