diff options
author | Ludovic Courtès <ludovic.courtes@inria.fr> | 2017-12-18 17:00:24 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2017-12-18 17:52:58 +0100 |
commit | b50a9cc0088c2bf58a3576734afc614f458fa931 (patch) | |
tree | 62d5bbb2a56438311268cc34be5e4907dd3a091a /gnu | |
parent | ab25eb7caaf5571cc9f8d6397a1eae127d7e29d1 (diff) | |
download | patches-b50a9cc0088c2bf58a3576734afc614f458fa931.tar patches-b50a9cc0088c2bf58a3576734afc614f458fa931.tar.gz |
gnu: psm: Update home page URL.
* gnu/packages/linux.scm (psm)[home-page]: Update.
[source](uri): Use it.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/linux.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index fecc04a8c7..75263a08e2 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -4424,10 +4424,11 @@ libraries, which are often integrated directly into libfabric.") (package (name "psm") (version "3.3.20170428") + (home-page "https://github.com/intel/psm") (source (origin (method git-fetch) - (uri (git-reference (url "http://github.com/01org/psm") + (uri (git-reference (url home-page) (commit "604758e76dc31e68d1de736ccf5ddf16cb22355b"))) (file-name (string-append "psm-" version ".tar.gz")) (sha256 @@ -4453,7 +4454,6 @@ libraries, which are often integrated directly into libfabric.") (substitute* "Makefile" (("/lib64") "/lib")) #t))))) - (home-page "https://github.com/01org/psm") (synopsis "Intel Performance Scaled Messaging (PSM) Libraries") (description "The PSM Messaging API, or PSM API, is Intel's low-level user-level |