restic-integrity: add networkexception as maintainer
This commit is contained in:
parent
b012a14847
commit
3b97575e8a
@ -21,7 +21,7 @@ rustPlatform.buildRustPackage rec {
|
|||||||
description = "CLI tool to check the integrity of a restic repository without unlocking it";
|
description = "CLI tool to check the integrity of a restic repository without unlocking it";
|
||||||
homepage = "https://git.nwex.de/networkException/restic-integrity";
|
homepage = "https://git.nwex.de/networkException/restic-integrity";
|
||||||
license = with licenses; [ bsd2 ];
|
license = with licenses; [ bsd2 ];
|
||||||
maintainers = [ ];
|
maintainers = with maintainers; [ networkexception ];
|
||||||
mainProgram = "restic-integrity";
|
mainProgram = "restic-integrity";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user