Treewide: fix URL permanent redirects
Permanent redirects on homepages and/or source URLs as reported by Repology
This commit is contained in:
@@ -35,7 +35,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Userspace library for the Linux io_uring API";
|
||||
homepage = http://git.kernel.dk/cgit/liburing/;
|
||||
homepage = https://git.kernel.dk/cgit/liburing/;
|
||||
license = licenses.lgpl21;
|
||||
platforms = platforms.linux;
|
||||
maintainers = with maintainers; [ thoughtpolice ];
|
||||
|
||||
Reference in New Issue
Block a user