forked from mirrors/nixpkgs
burp: adopt maintainership from tokudan
This commit is contained in:
parent
968ff666d8
commit
d307bbb698
|
@ -33,7 +33,7 @@ stdenv.mkDerivation rec {
|
||||||
description = "BURP - BackUp and Restore Program";
|
description = "BURP - BackUp and Restore Program";
|
||||||
homepage = "https://burp.grke.org";
|
homepage = "https://burp.grke.org";
|
||||||
license = licenses.agpl3;
|
license = licenses.agpl3;
|
||||||
maintainers = with maintainers; [ tokudan ];
|
maintainers = with maintainers; [ arjan-s ];
|
||||||
platforms = platforms.all;
|
platforms = platforms.all;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue