[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/01: gnu: dstat: Adjust license.
From: |
Ludovic Courtès |
Subject: |
01/01: gnu: dstat: Adjust license. |
Date: |
Fri, 10 Jun 2016 13:23:23 +0000 (UTC) |
civodul pushed a commit to branch master
in repository guix.
commit c59f62e9cb02893dbae78acc5f0ac12df7b45432
Author: Ludovic Courtès <address@hidden>
Date: Fri Jun 10 15:23:01 2016 +0200
gnu: dstat: Adjust license.
* gnu/packages/admin.scm (dstat)[license]: Change to GPL2+.
---
gnu/packages/admin.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index 81ca58d..78f36a1 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -1680,4 +1680,4 @@ e.g., compare disk utilization in combination with
interrupts from your IDE
controller, or compare the network bandwidth numbers directly with the disk
throughput (in the same interval).")
(home-page "http://dag.wiee.rs/home-made/dstat/")
- (license license:gpl2)))
+ (license license:gpl2+)))