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