Remove myself as maintainer.

This commit is contained in:
Christian Lask
2016-11-03 11:54:54 +01:00
parent b6bd555c66
commit 2d524a37f8
10 changed files with 3 additions and 11 deletions
+1 -1
View File
@@ -50,7 +50,7 @@ stdenv.mkDerivation rec {
meta = {
description = "A script to make rofi work with password-store";
homepage = https://github.com/carnager/rofi-pass;
maintainers = with stdenv.lib.maintainers; [ hiberno the-kenny ];
maintainers = with stdenv.lib.maintainers; [ the-kenny ];
license = stdenv.lib.licenses.gpl3;
platforms = with stdenv.lib.platforms; linux;
};