ckb-next: remove myself from maintainers (#179573)

* ckb-next: remove kierdavis and add superherointj as maintainer

Co-authored-by: superherointj <5861043+superherointj@users.noreply.github.com>
This commit is contained in:
Kier Davis 2022-07-03 20:07:34 +01:00 committed by GitHub
parent 5c02ac6e06
commit 5f14f77bf2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -48,6 +48,6 @@ in
};
meta = {
maintainers = with lib.maintainers; [ kierdavis ];
maintainers = with lib.maintainers; [ superherointj ];
};
}

View File

@ -50,6 +50,6 @@ mkDerivation rec {
homepage = "https://github.com/ckb-next/ckb-next";
license = licenses.gpl2;
platforms = platforms.linux;
maintainers = with maintainers; [ kierdavis ];
maintainers = with maintainers; [ superherointj ];
};
}