Unverified Commit ceb52df3 authored by Adam C. Stephens's avatar Adam C. Stephens
Browse files

age-plugin-yubikey: add adamcstephens as maintainer

parent 0911c1ab
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -40,6 +40,6 @@ rustPlatform.buildRustPackage rec {
    homepage = "https://github.com/str4d/age-plugin-yubikey";
    changelog = "https://github.com/str4d/age-plugin-yubikey/blob/${src.rev}/CHANGELOG.md";
    license = with licenses; [ mit asl20 ];
    maintainers = with maintainers; [ kranzes vtuan10 ];
    maintainers = with maintainers; [ kranzes vtuan10 adamcstephens ];
  };
}