diff options
Diffstat (limited to 'gnu/packages/global.scm')
-rw-r--r-- | gnu/packages/global.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/global.scm b/gnu/packages/global.scm index 592aefc66e..b604ab6478 100644 --- a/gnu/packages/global.scm +++ b/gnu/packages/global.scm @@ -55,4 +55,4 @@ subdirectories, many #ifdef and many main() functions. It is similar to ctags or etags but is different from them at the point of independence of any editor. It runs on a UNIX (POSIX) compatible operating system like GNU and BSD.") - (license "GPLv3+"))) + (license gpl3+))) |