From 9a6dd016f6c5f7323698f168b6c057fcc4d248e8 Mon Sep 17 00:00:00 2001 From: Adam Stephens Date: Mon, 23 Jan 2023 22:44:58 -0500 Subject: raft-canonical: add adamcstephens as maintainer --- pkgs/development/libraries/raft-canonical/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkgs/development/libraries') diff --git a/pkgs/development/libraries/raft-canonical/default.nix b/pkgs/development/libraries/raft-canonical/default.nix index 72da2a34e7529..eae4468318499 100644 --- a/pkgs/development/libraries/raft-canonical/default.nix +++ b/pkgs/development/libraries/raft-canonical/default.nix @@ -46,6 +46,6 @@ stdenv.mkDerivation rec { homepage = "https://github.com/canonical/raft"; license = licenses.asl20; platforms = platforms.linux; - maintainers = with maintainers; [ wucke13 ]; + maintainers = with maintainers; [ wucke13 adamcstephens ]; }; } -- cgit 1.4.1