chore: Remove banned user

Change-Id: Icd61f7c567a327c74a4f381168e94737b2b30702
Reviewed-on: https://cl.tvl.fyi/c/depot/+/2422
Tested-by: BuildkiteCI
Reviewed-by: edef <edef@edef.eu>
Reviewed-by: tazjin <mail@tazj.in>
This commit is contained in:
V 2021-01-19 10:58:40 +01:00
parent 5868d4bd49
commit 29db630a39
10 changed files with 0 additions and 93 deletions

View file

@ -1,3 +0,0 @@
owners:
- v
- edef

View file

@ -1,31 +0,0 @@
{ lib, pkgs, depot, ... }:
let
inherit (depot.nix) fetchGoModule;
in
pkgs.buildGoModule rec {
pname = "loxy";
version = "0.1.1";
src = fetchGoModule {
path = "go.anomalous.eu/loxy";
inherit version;
sha256 = "0k1i7wa0v9h7r4kb7pjd3pzvcjrnsp58cfh51z73s74il7462sr5";
};
vendorSha256 = "0243wq6crzy86vc5cm1nijddsrcllr3c66xkd6q8x16jrvnv09jx";
postInstall = ''
install -D -m 0644 -t $out/share/man/man8 loxy.8
'';
meta = with lib; {
description = "a logging IRC proxy";
homepage = "https://anomalous.eu/projects/loxy";
license = licenses.gpl3Plus;
maintainers = with maintainers; [ V edef ];
};
}

View file

@ -131,7 +131,6 @@
thttpd
tree
tree-sitter
unzip
which
writers
writeShellScript