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:
parent
ececaafee1
commit
c955c131f7
2 changed files with 1 additions and 2 deletions
|
@ -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 ];
|
||||||
}
|
}
|
||||||
|
|
|
@ -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;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue