Unverified Commit 9dc7d710 authored by Christina Sørensen's avatar Christina Sørensen
Browse files

convco: add cafkafk as maintainer

parent 7fa35ad8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -30,6 +30,6 @@ rustPlatform.buildRustPackage rec {
    description = "A Conventional commit cli";
    homepage = "https://github.com/convco/convco";
    license = with licenses; [ mit ];
    maintainers = with maintainers; [ hoverbear ];
    maintainers = with maintainers; [ hoverbear cafkafk ];
  };
}