edited README; changed maintainers

This commit is contained in:
Johannes Schnürle 2022-05-31 21:15:24 +02:00
parent 67b0cbce4b
commit 00d88d3a40
4 changed files with 4 additions and 4 deletions

View file

@ -1,2 +1,2 @@
The exozyme packages are stored here. In the moment we are working on some Nixpkgs. You can follow the progress at [#138](https://git.exozy.me/exozyme/exozyme/issues/138).
Special thanks go to f0x for the [woodpecker-server package](https://git.pixie.town/f0x/nixos/src/branch/main/common/packages/woodpecker/server.nix).
Special thanks go to f0x for the [woodpecker-server](https://git.pixie.town/f0x/nixos/src/branch/main/common/packages/woodpecker/server.nix) package.

View file

@ -21,7 +21,7 @@ pkgs.buildGoModule rec {
description = "Woodpecker is a community fork of the Drone CI system.";
homepage = "https://woodpecker-ci.org/";
license = licenses.asl20;
maintainers = with maintainers; [ codedotjs ];
maintainers = with maintainers; [ "codedotjs <code.js@disroot.org>" ];
platforms = platforms.linux ++ platforms.darwin;
};
}

View file

@ -21,7 +21,7 @@ pkgs.buildGoModule rec {
description = "Woodpecker is a community fork of the Drone CI system.";
homepage = "https://woodpecker-ci.org/";
license = licenses.asl20;
maintainers = with maintainers; [ codedotjs ];
maintainers = with maintainers; [ "codedotjs <code.js@disroot.org>" ];
platforms = platforms.linux ++ platforms.darwin;
};
}

View file

@ -22,7 +22,7 @@ let
description = "Woodpecker is a community fork of the Drone CI system.";
homepage = "https://woodpecker-ci.org";
license = licenses.asl20;
maintainers = with maintainers; [ f0x codedotjs ];
maintainers = with maintainers; [ "f0x52" "codedotjs <code.js@disroot.org>" ];
platforms = platforms.linux ++ platforms.darwin;
};
in buildGoModule rec {