add myself as a maintainer

This commit is contained in:
Evgeny Egorochkin
2014-11-05 11:35:32 +02:00
parent 404930ec8c
commit ac8c944332
2 changed files with 4 additions and 1 deletions
+1
View File
@@ -20,5 +20,6 @@ stdenv.mkDerivation rec {
homepage = http://code.google.com/p/torsocks/;
repositories.git = https://git.torproject.org/torsocks.git;
license = stdenv.lib.licenses.gpl2;
maintainers = [ stdenv.lib.maintainers.phreedom ];
};
}