aboutsummaryrefslogtreecommitdiff
path: root/guix.scm
diff options
context:
space:
mode:
authorArun Isaac2021-02-26 19:25:31 +0530
committerArun Isaac2021-02-26 19:25:31 +0530
commit87dee7fd98539d1fbcbae1a1c0d5217a080de299 (patch)
tree09f4caaa75a33ecff7f4f9ee4c6a3e603e8b958e /guix.scm
parentfcbfab5f1937ba6067fe746ef5d2d4fa5017c7a3 (diff)
downloadnsmc-87dee7fd98539d1fbcbae1a1c0d5217a080de299.tar.gz
nsmc-87dee7fd98539d1fbcbae1a1c0d5217a080de299.tar.lz
nsmc-87dee7fd98539d1fbcbae1a1c0d5217a080de299.zip
Rename project to nsmc.
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+))