From 87dee7fd98539d1fbcbae1a1c0d5217a080de299 Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Fri, 26 Feb 2021 19:25:31 +0530 Subject: Rename project to nsmc. --- guix.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'guix.scm') 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+)) -- cgit v1.2.3