1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

bork: add missing meta.license attribute

This commit is contained in:
nicoo 2024-08-02 11:17:33 +00:00
parent e7194085b7
commit 21bc814ab5

View file

@ -65,6 +65,7 @@ buildPythonPackage rec {
description = "Python build and release management tool";
mainProgram = "bork";
homepage = "https://github.com/duckinator/bork";
license = licenses.mit;
maintainers = with maintainers; [ nicoo ];
platforms = platforms.all;
};