openrocket: fix url
This commit is contained in:
parent
6e25c80156
commit
17e5c8831d
@ -60,7 +60,7 @@ stdenvNoCC.mkDerivation (finalAttrs: {
|
|||||||
meta = {
|
meta = {
|
||||||
changelog = "https://github.com/openrocket/openrocket/releases/tag/${finalAttrs.src.rev}";
|
changelog = "https://github.com/openrocket/openrocket/releases/tag/${finalAttrs.src.rev}";
|
||||||
description = "Model-rocketry aerodynamics and trajectory simulation software";
|
description = "Model-rocketry aerodynamics and trajectory simulation software";
|
||||||
homepage = "openrocket.info";
|
homepage = "https://openrocket.info";
|
||||||
license = lib.licenses.gpl3Plus;
|
license = lib.licenses.gpl3Plus;
|
||||||
mainProgram = "openrocket";
|
mainProgram = "openrocket";
|
||||||
maintainers = with lib.maintainers; [ tomasajt ];
|
maintainers = with lib.maintainers; [ tomasajt ];
|
||||||
|
Loading…
Reference in New Issue
Block a user