1
Fork 0
mirror of https://github.com/RGBCube/GitHub2Forgejo synced 2025-07-27 05:07:45 +00:00

Add a mainProgram attribute

This commit is contained in:
RGBCube 2025-02-22 17:53:56 +03:00
parent 0cb9aac71b
commit 5fcc8e423b
Signed by: RGBCube
SSH key fingerprint: SHA256:CzqbPcfwt+GxFYNnFVCqoN5Itn4YFrshg1TrnACpA5M

View file

@ -38,6 +38,7 @@ stdenvNoCC.mkDerivation {
description = "GitHub to Forgejo migration script"; description = "GitHub to Forgejo migration script";
homepage = "https://git.rgbcu.be/RGBCube/GitHub2Forgejo"; homepage = "https://git.rgbcu.be/RGBCube/GitHub2Forgejo";
license = licenses.gpl3Only; license = licenses.gpl3Only;
mainProgram = "github2forgejo";
maintainers = with maintainers; [ RGBCube ]; maintainers = with maintainers; [ RGBCube ];
}; };
} }