treewide: remove myself from a few packages I don't use anymore

This commit is contained in:
Maximilian Bosch 2020-03-11 22:20:26 +01:00
parent 24b6b8fd46
commit b7cdb64ac2
No known key found for this signature in database
GPG key ID: 091DBF4D1FC46B8E
4 changed files with 4 additions and 4 deletions

View file

@ -48,5 +48,5 @@ in {
};
meta.maintainers = with maintainers; [ gnidorah ma27 ];
meta.maintainers = with maintainers; [ gnidorah ];
}

View file

@ -20,6 +20,6 @@ stdenv.mkDerivation rec {
description = "Autosort is a weechat script to automatically or manually keep your buffers sorted";
homepage = https://github.com/de-vri-es/weechat-autosort;
license = licenses.gpl3;
maintainers = with maintainers; [ ma27 emily ];
maintainers = with maintainers; [ emily ];
};
}

View file

@ -34,7 +34,7 @@ buildPythonPackage rec {
description = "Python bindings for the remote Jenkins API";
homepage = "https://pypi.python.org/pypi/python-jenkins";
license = licenses.bsd3;
maintainers = with maintainers; [ ma27 ];
maintainers = with maintainers; [ ];
};
}

View file

@ -43,6 +43,6 @@ stdenv.mkDerivation rec {
homepage = http://www.sonatype.org/nexus;
license = licenses.epl10;
platforms = platforms.all;
maintainers = with maintainers; [ aespinosa ironpinguin ma27 zaninime ];
maintainers = with maintainers; [ aespinosa ironpinguin zaninime ];
};
}