mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 07:46:09 +01:00
restic-integrity: add networkexception as maintainer
This commit is contained in:
parent
b012a14847
commit
3b97575e8a
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue