etcd_3_4: remove offline from maintainers for inactivity
This commit is contained in:
parent
db05d3b4a2
commit
4201d698d3
@ -41,6 +41,6 @@ buildGoModule rec {
|
|||||||
downloadPage = "https://github.com/etcd-io/etcd/";
|
downloadPage = "https://github.com/etcd-io/etcd/";
|
||||||
license = lib.licenses.asl20;
|
license = lib.licenses.asl20;
|
||||||
homepage = "https://etcd.io/";
|
homepage = "https://etcd.io/";
|
||||||
maintainers = with lib.maintainers; [ offline ];
|
maintainers = with lib.maintainers; [ ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user