aboutsummaryrefslogtreecommitdiff
path: root/guix.scm
diff options
context:
space:
mode:
Diffstat (limited to 'guix.scm')
-rw-r--r--guix.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/guix.scm b/guix.scm
index f82aa5c..ec77f47 100644
--- a/guix.scm
+++ b/guix.scm
@@ -125,7 +125,7 @@
(license license:gpl3+)))
(package
- (name "extent-sampling")
+ (name "nsmc")
(version "0.1.0")
(home-page "https://git.systemreboot.net/nsmc")
(source (local-file %source-dir
@@ -144,6 +144,6 @@
; readable. That can be useful.
("pkg-config" ,pkg-config)
("sph-sc" ,sph-sc)))
- (synopsis "Extent sampling library")
- (description "Extent sampling library")
+ (synopsis "n-sphere Monte Carlo library")
+ (description "n-sphere Monte Carlo library")
(license license:gpl3+))