diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2023-07-23 02:00:00 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2023-07-30 02:00:00 +0200 |
commit | f2d250506630a3169b4bc7d9b573694ef01f920c (patch) | |
tree | 75de13e42eef850562110b096496f99f09e3e1fd /gnu/packages | |
parent | 8ece3fbe5649b0c77c2b11bafcc4bdcc7b85ffdf (diff) | |
download | guix-f2d250506630a3169b4bc7d9b573694ef01f920c.tar.gz guix-f2d250506630a3169b4bc7d9b573694ef01f920c.zip |
gnu: cutter: Update source URL.
* gnu/packages/engineering.scm (cutter)[source]: Update.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/engineering.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/engineering.scm b/gnu/packages/engineering.scm index f5bc99942b..b5b4ad1b10 100644 --- a/gnu/packages/engineering.scm +++ b/gnu/packages/engineering.scm @@ -2406,7 +2406,7 @@ simulation.") (origin (method git-fetch) (uri (git-reference - (url "https://github.com/radareorg/cutter") + (url "https://github.com/rizinorg/cutter") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 |