diff options
author | Ludovic Courtès <ludo@gnu.org> | 2016-06-10 15:23:01 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2016-06-10 15:23:01 +0200 |
commit | c59f62e9cb02893dbae78acc5f0ac12df7b45432 (patch) | |
tree | b82568abc6afdd55bd7f748b2ed13b0c4ab0558a /gnu | |
parent | 1a0346f0601481472794f0ffa47137416999bde9 (diff) | |
download | gnu-guix-c59f62e9cb02893dbae78acc5f0ac12df7b45432.tar gnu-guix-c59f62e9cb02893dbae78acc5f0ac12df7b45432.tar.gz |
gnu: dstat: Adjust license.
* gnu/packages/admin.scm (dstat)[license]: Change to GPL2+.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/admin.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm index 81ca58d8f5..78f36a18cf 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+))) |