Unverified Commit 3b97575e authored by networkException's avatar networkException
Browse files

restic-integrity: add networkexception as maintainer

parent b012a148
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -21,7 +21,7 @@ rustPlatform.buildRustPackage rec {
    description = "CLI tool to check the integrity of a restic repository without unlocking it";
    homepage = "https://git.nwex.de/networkException/restic-integrity";
    license = with licenses; [ bsd2 ];
    maintainers = [ ];
    maintainers = with maintainers; [ networkexception ];
    mainProgram = "restic-integrity";
  };
}