Add myself as a maintainer to a bunch of packages.

This commit is contained in:
Moritz Ulrich
2014-09-04 17:05:21 +02:00
parent c30b23166b
commit 332395b262
5 changed files with 5 additions and 0 deletions
+1
View File
@@ -15,5 +15,6 @@ stdenv.mkDerivation rec {
homepage = "http://www.httrack.com";
description = "Easy-to-use offline browser utility";
license = stdenv.lib.licenses.gpl3;
maintainers = with stdenv.lib.maintainers; [ the-kenny ];
};
}