So, I'm typing this command:
nix-template stdenv -n pkgs/games/ -p open-hexagon -u https://github.com/SuperV1234/SSVOpenHexagon
And I expect the homepage generated by nix-template to be https://github.com/SuperV1234/SSVOpenHexagon
Instead, it generates https://github.com/SuperV1234/open-hexagon, which doesn't exist.
I think the cause is this line:
|
homepage: "https://github.com/@owner@/@pname@".to_owned(), |