add myself as a maintainer

This commit is contained in:
Evgeny Egorochkin 2014-11-05 11:34:20 +02:00
parent 404930ec8c
commit ac8c944332
2 changed files with 4 additions and 1 deletions

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 ];
};
}

View File

@ -5840,7 +5840,7 @@ let
obfsproxy = buildPythonPackage ( rec {
name = "obfsproxy-0.2.2";
src = pkgs.fetchgit {
url = https://git.torproject.org/pluggable-transports/obfsproxy.git;
url = meta.repositories.git;
rev = "3c4e843a30c430aec1de03e0e09ef654072efc03";
sha256 = "8fd1e63a37bc42add7609d97d50ecd81da81881bcf7015a9e2958531dbf39018";
};
@ -5850,6 +5850,8 @@ let
meta = {
description = "a pluggable transport proxy";
homepage = https://www.torproject.org/projects/obfsproxy;
repositories.git = https://git.torproject.org/pluggable-transports/obfsproxy.git;
maintainers = [ stdenv.lib.maintainers.phreedom ];
};
});