mirror of
https://github.com/nix-community/home-manager
synced 2024-11-10 21:29:48 +01:00
parent
379e55e3c9
commit
5a31b0b80f
2 changed files with 7 additions and 3 deletions
|
@ -483,4 +483,10 @@
|
|||
github = "9p4";
|
||||
githubId = 17993169;
|
||||
};
|
||||
britter = {
|
||||
name = "Benedikt Ritter";
|
||||
email = "beneritter@gmail.com";
|
||||
github = "britter";
|
||||
githubId = 1327662;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -34,9 +34,7 @@ let
|
|||
}));
|
||||
});
|
||||
in {
|
||||
meta.maintainers = [
|
||||
# maintainers.britter
|
||||
];
|
||||
meta.maintainers = [ hm.maintainers.britter ];
|
||||
|
||||
options.programs.gradle = {
|
||||
enable = mkEnableOption "Gradle Build Tool";
|
||||
|
|
Loading…
Reference in a new issue