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

This commit is contained in:
Maximilian Bosch
2020-03-11 22:29:30 +01:00
parent 24b6b8fd46
commit b7cdb64ac2
4 changed files with 4 additions and 4 deletions
@@ -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 ];
};
}