From 7cd8b0b5e64d59e705add81bbff3b93bf121eae3 Mon Sep 17 00:00:00 2001 From: Araq Date: Sat, 7 Jan 2017 02:55:15 +0100 Subject: [PATCH] attempt to make the build green again --- compiler.nimble | 1 - lib/stdlib.nimble | 1 - 2 files changed, 2 deletions(-) diff --git a/compiler.nimble b/compiler.nimble index fef0cdad73..5929df3ec7 100644 --- a/compiler.nimble +++ b/compiler.nimble @@ -1,5 +1,4 @@ -name = "compiler" version = system.NimVersion author = "Andreas Rumpf" description = "Compiler package providing the compiler sources as a library." diff --git a/lib/stdlib.nimble b/lib/stdlib.nimble index 45308b5b45..5965d64367 100644 --- a/lib/stdlib.nimble +++ b/lib/stdlib.nimble @@ -1,5 +1,4 @@ -name = "stdlib" version = system.NimVersion author = "Dominik Picheta" description = "Nim's standard library."