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:
parent
0cb9aac71b
commit
5fcc8e423b
1 changed files with 1 additions and 0 deletions
|
@ -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 ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue