diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2023-03-31 16:31:16 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2023-04-01 17:28:59 -0400 |
commit | f9989f27ad23c2a9f7ef9f8abd0663b67c8b47d3 (patch) | |
tree | b17496c2054cb1d204266371ddddcf4d8ccfa46d | |
parent | cfbddc3d54852d218a9e00a605e8e67bd992b94b (diff) | |
download | guix-f9989f27ad23c2a9f7ef9f8abd0663b67c8b47d3.tar.gz guix-f9989f27ad23c2a9f7ef9f8abd0663b67c8b47d3.zip |
gnu: openboardview: Update home page.
* gnu/packages/electronics.scm (openboardview) [home-page]: Update URL.
-rw-r--r-- | gnu/packages/electronics.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/electronics.scm b/gnu/packages/electronics.scm index 5ab9662551..8ca956df26 100644 --- a/gnu/packages/electronics.scm +++ b/gnu/packages/electronics.scm @@ -333,7 +333,7 @@ supported devices, as well as input/output file format support.") sdl2 sqlite zlib)) - (home-page "https://openboardview.org/") + (home-page "https://github.com/OpenBoardView/OpenBoardView") (synopsis "Viewer for BoardView files") (description "OpenBoardView is a viewer for BoardView files, which present the details of a printed circuit board (PCB). It comes with features |