hydra-unstable: remove ma27 from maintainer list

I'm deploying my own Hydra via flakes for a while now and while this
package actually needs more love and a few updates, I don't have the
capacity to take care of this.
This commit is contained in:
Maximilian Bosch
2022-02-10 12:25:45 +01:00
parent 2151d19920
commit a215ce7fa5
+1 -1
View File
@@ -137,6 +137,6 @@ in stdenv.mkDerivation rec {
description = "Nix-based continuous build system";
license = licenses.gpl3;
platforms = platforms.linux;
maintainers = with maintainers; [ ma27 ];
maintainers = with maintainers; [ ];
};
}