duplicati: add bot-wxt1221 as maintainers

This commit is contained in:
wxt
2024-09-08 20:49:49 +08:00
parent 0374204ecc
commit 83d27c3878
+1 -1
View File
@@ -44,7 +44,7 @@ stdenv.mkDerivation rec {
description = "Free backup client that securely stores encrypted, incremental, compressed backups on cloud storage services and remote file servers";
homepage = "https://www.duplicati.com/";
license = licenses.lgpl21;
maintainers = with maintainers; [ nyanloutre ];
maintainers = with maintainers; [ nyanloutre bot-wxt1221 ];
platforms = platforms.all;
};
}