about summary refs log tree commit diff
path: root/pkgs/applications/version-management/vcprompt
diff options
context:
space:
mode:
authorMarkus Kowalewski <markus.kowalewski@gmail.com>2018-09-08 15:15:58 +0200
committerMarkus Kowalewski <markus.kowalewski@gmail.com>2018-09-08 15:15:58 +0200
commitffb5eca618071552eb9e88286b3cce222c454a44 (patch)
tree83f5cdd852b235dd9c541321978f923fdf70da12 /pkgs/applications/version-management/vcprompt
parentae795a6acd5923b179f1a30a9f40fb6edd5e1d69 (diff)
vcprompt: add license
Diffstat (limited to 'pkgs/applications/version-management/vcprompt')
-rw-r--r--pkgs/applications/version-management/vcprompt/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/version-management/vcprompt/default.nix b/pkgs/applications/version-management/vcprompt/default.nix
index 4afb1b20e32cc..c2bf0a4183c11 100644
--- a/pkgs/applications/version-management/vcprompt/default.nix
+++ b/pkgs/applications/version-management/vcprompt/default.nix
@@ -25,5 +25,6 @@ stdenv.mkDerivation rec {
     homepage    = http://hg.gerg.ca/vcprompt;
     maintainers = with maintainers; [ cstrahan ];
     platforms   = with platforms; linux ++ darwin;
+    license = licenses.gpl2Plus;
   };
 }