burp: adopt maintainership from tokudan

This commit is contained in:
Arjan Schrijver
2023-01-01 22:24:12 +01:00
parent 968ff666d8
commit d307bbb698
+1 -1
View File
@@ -33,7 +33,7 @@ stdenv.mkDerivation rec {
description = "BURP - BackUp and Restore Program";
homepage = "https://burp.grke.org";
license = licenses.agpl3;
maintainers = with maintainers; [ tokudan ];
maintainers = with maintainers; [ arjan-s ];
platforms = platforms.all;
};
}