dolibarr: remove myself from maintainers
It's a tiring piece of software.
This commit is contained in:
parent
390e6ed05d
commit
9b0be1e3a3
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
import ./make-test-python.nix ({ pkgs, lib, ... }: {
|
import ./make-test-python.nix ({ pkgs, lib, ... }: {
|
||||||
name = "dolibarr";
|
name = "dolibarr";
|
||||||
meta.maintainers = [ lib.maintainers.raitobezarius ];
|
meta.maintainers = [ ];
|
||||||
|
|
||||||
nodes.machine =
|
nodes.machine =
|
||||||
{ ... }:
|
{ ... }:
|
||||||
|
|
|
@ -36,6 +36,6 @@ stdenv.mkDerivation rec {
|
||||||
description = "A enterprise resource planning (ERP) and customer relationship manager (CRM) server";
|
description = "A enterprise resource planning (ERP) and customer relationship manager (CRM) server";
|
||||||
homepage = "https://dolibarr.org/";
|
homepage = "https://dolibarr.org/";
|
||||||
license = licenses.gpl3Plus;
|
license = licenses.gpl3Plus;
|
||||||
maintainers = [ maintainers.raitobezarius ];
|
maintainers = [ ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue