mirror of
https://github.com/nix-community/home-manager
synced 2024-11-10 21:29:48 +01:00
gradle: temporarily comment out the maintainer entry
Turns out it was an undefined entry.
This commit is contained in:
parent
32b112ac5d
commit
8fbb6b56d2
1 changed files with 3 additions and 1 deletions
|
@ -34,7 +34,9 @@ let
|
||||||
}));
|
}));
|
||||||
});
|
});
|
||||||
in {
|
in {
|
||||||
meta.maintainers = [ maintainers.britter ];
|
meta.maintainers = [
|
||||||
|
# maintainers.britter
|
||||||
|
];
|
||||||
|
|
||||||
options.programs.gradle = {
|
options.programs.gradle = {
|
||||||
enable = mkEnableOption "Gradle Build Tool";
|
enable = mkEnableOption "Gradle Build Tool";
|
||||||
|
|
Loading…
Reference in a new issue