summary refs log tree commit diff
path: root/pkgs/applications/version-management/vcsh
diff options
context:
space:
mode:
authorThomas Tuegel <ttuegel@gmail.com>2014-12-28 09:00:49 -0600
committerThomas Tuegel <ttuegel@gmail.com>2014-12-28 09:00:49 -0600
commite5e693108867f270385cdfc0d5dfdffdbec3f66d (patch)
treeac484af9c33463fbaf26ee544a3992464101c9ed /pkgs/applications/version-management/vcsh
parenta1860dab81c615eacb9534ec92137c50b48ef3c0 (diff)
vcsh: add ttuegel as maintainer
Diffstat (limited to 'pkgs/applications/version-management/vcsh')
-rw-r--r--pkgs/applications/version-management/vcsh/default.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/applications/version-management/vcsh/default.nix b/pkgs/applications/version-management/vcsh/default.nix
index 80721d5d8ab5f..e9a8f48b7aafe 100644
--- a/pkgs/applications/version-management/vcsh/default.nix
+++ b/pkgs/applications/version-management/vcsh/default.nix
@@ -18,11 +18,11 @@ stdenv.mkDerivation rec {
     cp vcsh $out/bin
   '';
 
-  meta = {
+  meta = with stdenv.lib; {
     description = "Version Control System for $HOME";
     homepage = https://github.com/RichiH/vcsh;
-    license = stdenv.lib.licenses.gpl2Plus;
-    maintainers = [ stdenv.lib.maintainers.garbas ];
-    platforms = stdenv.lib.platforms.unix;
+    license = licenses.gpl2Plus;
+    maintainers = with maintainers; [ garbas ttuegel ];
+    platforms = platforms.unix;
   };
 }