maintainers: remove duplicate HM entries
We can remove duplicate entries and redirect to the nixpkgs entry. Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
This commit is contained in:
parent
18e1f7fbce
commit
b8bb556ce5
54 changed files with 70 additions and 448 deletions
|
|
@ -8,7 +8,7 @@ let
|
|||
cfg = config.programs.quickshell;
|
||||
in
|
||||
{
|
||||
meta.maintainers = [ lib.hm.maintainers.justdeeevin ];
|
||||
meta.maintainers = [ lib.maintainers.justdeeevin ];
|
||||
|
||||
options.programs.quickshell = {
|
||||
enable = lib.mkEnableOption "quickshell, a flexbile QtQuick-based desktop shell toolkit.";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue