mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
teams/danklinux: inherit packages and modules
This commit is contained in:
parent
ab1889dd8d
commit
e60e3f9ded
5 changed files with 5 additions and 5 deletions
|
|
@ -49,5 +49,5 @@ in
|
|||
systemd.user.services.dsearch.wantedBy = mkIf cfg.systemd.enable [ cfg.systemd.target ];
|
||||
};
|
||||
|
||||
meta.maintainers = with lib.maintainers; [ luckshiba ];
|
||||
meta.maintainers = lib.teams.danklinux.maintainers;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -198,5 +198,5 @@ in
|
|||
hardware.graphics.enable = lib.mkDefault true;
|
||||
};
|
||||
|
||||
meta.maintainers = with lib.maintainers; [ luckshiba ];
|
||||
meta.maintainers = lib.teams.danklinux.maintainers;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -45,7 +45,7 @@ buildGoModule (finalAttrs: {
|
|||
homepage = "https://github.com/AvengeMedia/dgop";
|
||||
changelog = "https://github.com/AvengeMedia/dgop/releases/tag/v${finalAttrs.version}";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ luckshiba ];
|
||||
teams = [ lib.teams.danklinux ];
|
||||
mainProgram = "dgop";
|
||||
platforms = lib.platforms.unix;
|
||||
};
|
||||
|
|
|
|||
|
|
@ -67,7 +67,7 @@ buildGoModule (finalAttrs: {
|
|||
homepage = "https://danklinux.com";
|
||||
changelog = "https://github.com/AvengeMedia/DankMaterialShell/releases/tag/v${finalAttrs.version}";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ luckshiba ];
|
||||
teams = [ lib.teams.danklinux ];
|
||||
mainProgram = "dms";
|
||||
platforms = lib.platforms.linux;
|
||||
};
|
||||
|
|
|
|||
|
|
@ -47,7 +47,7 @@ buildGoModule (finalAttrs: {
|
|||
homepage = "https://github.com/AvengeMedia/danksearch";
|
||||
changelog = "https://github.com/AvengeMedia/danksearch/releases/tag/v${finalAttrs.version}";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ luckshiba ];
|
||||
teams = [ lib.teams.danklinux ];
|
||||
mainProgram = "dsearch";
|
||||
platforms = lib.platforms.unix;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue