0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 21:50:33 +03:00

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; 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"; description = "A dynamic menu library and client program inspired by dmenu";
homepage = src.meta.homepage; homepage = src.meta.homepage;
license = with licenses; [ gpl3 lgpl3 ]; license = with licenses; [ gpl3 lgpl3 ];
maintainers = with maintainers; [ gnidorah ];
platforms = platforms.linux; platforms = platforms.linux;
}; };
} }