From: Tobias Geerinckx-Rice <tobias.geerinckx.r...@gmail.com> * gnu/packages/linux.scm (btrfs-progs)[license]: Use 'gpl2'. --- gnu/packages/linux.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 6b26feb..dab68c4 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -2502,4 +2502,4 @@ and copy/paste text in the console and in xterm.") (description "Btrfs is a copy-on-write (CoW) filesystem for Linux aimed at implementing advanced features while focusing on fault tolerance, repair and easy administration.") - (license license:gpl2+))) + (license license:gpl2))) -- 2.7.0