diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2020-11-29 21:58:44 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2020-11-29 21:58:44 +0200 |
commit | 53b2bada0502926cc1d6943e6fdd891bc3faba1a (patch) | |
tree | 33cde259080d920a45f3960b9218ee2fcd80aab2 | |
parent | d22d491438c5a78b87508bd2926639fc04b0bd16 (diff) |
gnu: nudoku: Update source URI.
* gnu/packages/games.scm (nudoku)[source]: Remove trailing .git from URI.
-rw-r--r-- | gnu/packages/games.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index e5f992b639..140e7a48e1 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -6885,7 +6885,7 @@ making Yamagi Quake II one of the most solid Quake II implementations available. (origin (method git-fetch) (uri (git-reference - (url "https://github.com/jubalh/nudoku.git") + (url "https://github.com/jubalh/nudoku") (commit version))) (file-name (git-file-name name version)) (sha256 |