rootston module, orbment/bemenu: change my maintainership

This commit is contained in:
gnidorah 2017-12-27 10:21:34 +03:00
parent ececaafee1
commit c955c131f7
2 changed files with 1 additions and 2 deletions

View File

@ -99,5 +99,5 @@ in {
programs.dconf.enable = mkDefault true;
};
meta.maintainers = with lib.maintainers; [ primeos ];
meta.maintainers = with lib.maintainers; [ primeos gnidorah ];
}

View File

@ -21,7 +21,6 @@ stdenv.mkDerivation rec {
description = "A dynamic menu library and client program inspired by dmenu";
homepage = src.meta.homepage;
license = with licenses; [ gpl3 lgpl3 ];
maintainers = with maintainers; [ gnidorah ];
platforms = platforms.linux;
};
}