commit 16ad4d29769de079ff6b06eb224abdd5b71b7730
parent 1a4530f9cfe6de244375a022cddd65af74a675bd
Author: Leah Thein <leah@toaster.fritz.box>
Date: Tue, 24 Nov 2020 18:59:17 +0100
parent 1a4530f9cfe6de244375a022cddd65af74a675bd
Author: Leah Thein <leah@toaster.fritz.box>
Date: Tue, 24 Nov 2020 18:59:17 +0100
rename
4 files changed, 11 insertions(+), 11 deletions(-)
diff --git a/oeffi-web.nimble b/oeffi-web.nimble @@ -1,11 +0,0 @@ -# Package -version = "0.1.0" -author = "ctucx, petabyteboy" -description = "oeffi-web: public transport in your browser " -license = "AGPL-3.0" -srcDir = "src" -bin = @["oeffi-web_nojs", "oeffi-web"] - - -# Dependencies -requires "nim >= 1.0.4"
diff --git a/oeffi.nimble b/oeffi.nimble @@ -0,0 +1,11 @@ +# Package +version = "0.1.0" +author = "ctucx, petabyteboy" +description = "oeffi-web: public transport in your browser " +license = "AGPL-3.0" +srcDir = "src" +bin = @["oeffi_nojs", "oeffi"] + + +# Dependencies +requires "nim >= 1.0.4"