mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-25 17:55:21 +00:00
rhash: add GraysonTinker as maintainer
This commit is contained in:
@@ -51,6 +51,6 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
description = "Console utility and library for computing and verifying hash sums of files";
|
||||
license = lib.licenses.bsd0;
|
||||
platforms = lib.platforms.all;
|
||||
maintainers = [ ];
|
||||
maintainers = with lib.maintainers; [ graysontinker ];
|
||||
};
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user