diff options
author | Marius Bakke <marius@gnu.org> | 2020-06-13 19:00:42 +0200 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2020-06-13 23:29:22 +0200 |
commit | cce6b76416ebd7cae9ce0c8cceffd51c5ca97e2f (patch) | |
tree | 8a7bde3bbc81f0d6ba4117ed9f58769c703e8810 /gnu/packages | |
parent | 41cb238281886396f77e4cf0be8ddf5b4419d688 (diff) |
gnu: libnet: Update home page.
* gnu/packages/networking.scm (libnet)[home-page]: Adjust to current, as
referred to from the previous.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/networking.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm index bb4b35d922..11632d4b50 100644 --- a/gnu/packages/networking.scm +++ b/gnu/packages/networking.scm @@ -2142,7 +2142,7 @@ interface and a programmable text output for scripting.") `(;; To build the documentation, Doxygen and Perl is required. ("doxygen" ,doxygen) ("perl" ,perl))) - (home-page "https://sourceforge.net/projects/libnet-dev/") + (home-page "https://github.com/libnet/libnet") (synopsis "Framework for low-level network packet construction") (description "Libnet provides a fairly portable framework for network packet |