Commit 83d27c38 authored by wxt's avatar wxt
Browse files

duplicati: add bot-wxt1221 as maintainers

parent 0374204e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
  };
}