Merge pull request #211237 from GovanifY/p4c-maintainer

p4c: add myself as maintainer and add changelog
This commit is contained in:
Ryan Lahfa 2023-01-18 00:54:51 +01:00 committed by GitHub
commit 4f8451ea46
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -80,9 +80,10 @@ stdenv.mkDerivation rec {
meta = with lib; {
homepage = "https://github.com/p4lang/p4c";
changelog = "https://github.com/p4lang/p4c/releases";
description = "Reference compiler for the P4 programming language";
platforms = platforms.linux;
maintainers = with maintainers; [ raitobezarius ];
maintainers = with maintainers; [ raitobezarius govanify ];
license = licenses.asl20;
};
}