summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/version-management
diff options
context:
space:
mode:
authorMarc Weber <marco-oweber@gmx.de>2009-10-19 12:27:51 +0000
committerMarc Weber <marco-oweber@gmx.de>2009-10-19 12:27:51 +0000
commitda731ce1902b5ce6392020de370b0d1da8283b32 (patch)
tree4699761e51d2570cd1752eba613213a83d0b4242 /pkgs/applications/version-management
parent7323f9ee0cbfc7d347211a8b710fb5d4543d9cf0 (diff)
doh!
svn path=/nixpkgs/trunk/; revision=17877
Diffstat (limited to 'pkgs/applications/version-management')
-rw-r--r--pkgs/applications/version-management/git-and-tools/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/version-management/git-and-tools/default.nix b/pkgs/applications/version-management/git-and-tools/default.nix
index d6298b4fd332..86dfc77c4ae9 100644
--- a/pkgs/applications/version-management/git-and-tools/default.nix
+++ b/pkgs/applications/version-management/git-and-tools/default.nix
@@ -59,7 +59,7 @@ rec {
'';
meta = {
description = "TopGit aims to make handling of large amount of interdependent topic branches easier";
- maintainers = [args.lib.maintainers.marcweber];
+ maintainers = [lib.maintainers.marcweber];
homepage = http://repo.or.cz/w/topgit.git; # maybe there is also another one, I haven't checked
license = "GPLv2";
};