treewide: Per RFC45, remove all unquoted URLs

This commit is contained in:
Michael Reilly
2020-04-10 17:54:53 +01:00
committed by Jörg Thalheim
parent bf5eb87033
commit 84cf00f980
9648 changed files with 15370 additions and 15370 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
license = licenses.gpl3Plus;
homepage = https://www.gnu.org/software/acct/;
homepage = "https://www.gnu.org/software/acct/";
maintainers = with maintainers; [ pSub ];
platforms = platforms.linux;
+1 -1
View File
@@ -28,7 +28,7 @@ stdenv.mkDerivation rec {
release events.
'';
license = licenses.gpl2;
homepage = http://users.softlab.ece.ntua.gr/~thkala/projects/actkbd/;
homepage = "http://users.softlab.ece.ntua.gr/~thkala/projects/actkbd/";
platforms = platforms.linux;
};
}
+1 -1
View File
@@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib;
{ description = "Intel AMT® SoL client + tools";
homepage = https://www.kraxel.org/cgit/amtterm/;
homepage = "https://www.kraxel.org/cgit/amtterm/";
license = licenses.gpl2;
maintainers = [ maintainers.ehmry ];
platforms = platforms.linux;
+1 -1
View File
@@ -53,7 +53,7 @@ stdenv.mkDerivation rec {
meta = {
description = ''The classical Unix `at' job scheduling command'';
license = stdenv.lib.licenses.gpl2Plus;
homepage = https://packages.qa.debian.org/at;
homepage = "https://packages.qa.debian.org/at";
platforms = stdenv.lib.platforms.linux;
};
}
+1 -1
View File
@@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "Configuration editing tool";
license = licenses.lgpl2;
homepage = http://augeas.net/;
homepage = "http://augeas.net/";
maintainers = with maintainers; [ offline ];
platforms = platforms.unix;
};
+1 -1
View File
@@ -54,7 +54,7 @@ perlPackages.buildPerlPackage rec {
meta = with stdenv.lib; {
description = "Real-time logfile analyzer to get advanced statistics";
homepage = http://awstats.org;
homepage = "http://awstats.org";
license = licenses.gpl3Plus;
platforms = platforms.unix;
};
+1 -1
View File
@@ -10,7 +10,7 @@ stdenv.mkDerivation {
meta = {
description = "Console progress bar";
homepage = http://clpbar.sourceforge.net/;
homepage = "http://clpbar.sourceforge.net/";
license = stdenv.lib.licenses.gpl2;
maintainers = [ stdenv.lib.maintainers.rdnetto ];
platforms = stdenv.lib.platforms.all;
+1 -1
View File
@@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
longDescription = ''
A commandline program that chases symbolic filesystems links to the original file
'';
homepage = https://qa.debian.org/developer.php?login=rotty%40debian.org;
homepage = "https://qa.debian.org/developer.php?login=rotty%40debian.org";
license = licenses.gpl2Plus;
maintainers = [ maintainers.polyrod ];
platforms = platforms.all;
+1 -1
View File
@@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "Print all known information about all available OpenCL platforms and devices in the system";
homepage = https://github.com/Oblomov/clinfo;
homepage = "https://github.com/Oblomov/clinfo";
license = licenses.cc0;
platforms = platforms.linux;
maintainers = with maintainers; [ athas ];
+1 -1
View File
@@ -10,7 +10,7 @@ bundlerApp {
meta = with lib; {
description = "Prettified LS";
homepage = https://github.com/athityakumar/colorls;
homepage = "https://github.com/athityakumar/colorls";
license = with licenses; mit;
maintainers = with maintainers; [ lukebfox nicknovitski ];
platforms = ruby.meta.platforms;
@@ -15,7 +15,7 @@ buildGoPackage rec {
};
meta = with stdenv.lib; {
homepage = https://github.com/hashicorp/consul-template/;
homepage = "https://github.com/hashicorp/consul-template/";
description = "Generic template rendering and notifications with Consul";
platforms = platforms.linux ++ platforms.darwin;
license = licenses.mpl20;
+1 -1
View File
@@ -3,7 +3,7 @@
stdenv.mkDerivation {
name = "cron-4.1";
src = fetchurl {
url = ftp://ftp.isc.org/isc/cron/cron_4.1.shar;
url = "ftp://ftp.isc.org/isc/cron/cron_4.1.shar";
sha256 = "16n3dras4b1jh7g958nz1k54pl9pg5fwb3fvjln8z67varvq6if4";
};
+1 -1
View File
@@ -3,7 +3,7 @@
stdenv.mkDerivation {
name = "daemon-0.6.4";
src = fetchurl {
url = http://libslack.org/daemon/download/daemon-0.6.4.tar.gz;
url = "http://libslack.org/daemon/download/daemon-0.6.4.tar.gz";
sha256 = "18aw0f8k3j30xqwv4z03962kdpqd10nf1w9liihylmadlx5fmff4";
};
makeFlags = [ "PREFIX=$(out)" ];
+1 -1
View File
@@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "Runs a command as a Unix daemon";
homepage = http://software.clapper.org/daemonize/;
homepage = "http://software.clapper.org/daemonize/";
license = licenses.bsd3;
platforms = with platforms; linux ++ freebsd ++ darwin;
};
+1 -1
View File
@@ -20,7 +20,7 @@ stdenv.mkDerivation {
'';
meta = with stdenv.lib; {
homepage = https://github.com/kmatheussen/das_watchdog;
homepage = "https://github.com/kmatheussen/das_watchdog";
description = "A general watchdog for the linux operating system";
longDescription = ''
It should run in the background at all times to ensure a realtime process
+1 -1
View File
@@ -31,7 +31,7 @@ stdenv.mkDerivation {
different by pre-loading a small library which modifies the time,
gettimeofday and clock_gettime system calls.
'';
homepage = https://packages.qa.debian.org/d/datefudge.html;
homepage = "https://packages.qa.debian.org/d/datefudge.html";
license = licenses.gpl2;
platforms = platforms.linux;
maintainers = with maintainers; [ leenaars ];
+1 -1
View File
@@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "An enhanced version of GNU dd";
homepage = http://dcfldd.sourceforge.net/;
homepage = "http://dcfldd.sourceforge.net/";
license = licenses.gpl2;
+1 -1
View File
@@ -31,7 +31,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "A tool to graphically examine ddrescue mapfiles";
homepage = https://sourceforge.net/projects/ddrescueview/;
homepage = "https://sourceforge.net/projects/ddrescueview/";
license = licenses.gpl3Plus;
platforms = platforms.linux;
maintainers = with maintainers; [ orivej ];
+1 -1
View File
@@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "A set of utilities for hard drive data rescue";
homepage = https://sourceforge.net/projects/ddrutility/;
homepage = "https://sourceforge.net/projects/ddrutility/";
license = licenses.gpl2Plus;
platforms = platforms.linux;
maintainers = with maintainers; [ orivej ];
+1 -1
View File
@@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ cmake gettext ];
meta = {
homepage = https://projects.gw-computing.net/projects/dfc;
homepage = "https://projects.gw-computing.net/projects/dfc";
description = "Displays file system space usage using graphs and colors";
license = stdenv.lib.licenses.bsd3;
maintainers = with stdenv.lib.maintainers; [qknight];
+1 -1
View File
@@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "Disk information utility; displays everything 'df' does and more";
homepage = https://gentoo.com/di/;
homepage = "https://gentoo.com/di/";
license = licenses.zlib;
updateWalker = true;
maintainers = with maintainers; [ manveru ];
+1 -1
View File
@@ -21,7 +21,7 @@ stdenv.mkDerivation {
'';
meta = with stdenv.lib; {
homepage = http://lwn.net/Articles/421072/;
homepage = "http://lwn.net/Articles/421072/";
description = "cat replacement";
license = licenses.gpl2Plus;
maintainers = with maintainers; [ qknight ];
+1 -1
View File
@@ -31,7 +31,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "A Linux user-space application to modify the Intel Extensible Firmware Interface (EFI) Boot Manager";
homepage = https://github.com/rhboot/efibootmgr;
homepage = "https://github.com/rhboot/efibootmgr";
license = licenses.gpl2;
maintainers = with maintainers; [ ];
platforms = platforms.linux;
+1 -1
View File
@@ -15,7 +15,7 @@ buildGoPackage rec {
};
meta = with stdenv.lib; {
homepage = https://github.com/hashicorp/envconsul/;
homepage = "https://github.com/hashicorp/envconsul/";
description = "Read and set environmental variables for processes from Consul";
platforms = platforms.linux ++ platforms.darwin;
license = licenses.mpl20;
+3 -3
View File
@@ -9,7 +9,7 @@ stdenv.mkDerivation rec {
# We could have downloaded a release tarball from cgit, but it changes hash
# each time it is downloaded :/
src = fetchgit {
url = git://git.freedesktop.org/git/evemu;
url = "git://git.freedesktop.org/git/evemu";
rev = "refs/tags/v${version}";
sha256 = "1m38fxwy2s82vb2qm9aqxinws12akmqqq7q66is931lc3awqkbah";
};
@@ -20,8 +20,8 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "Records and replays device descriptions and events to emulate input devices through the kernel's input system";
homepage = https://www.freedesktop.org/wiki/Evemu/;
repositories.git = git://git.freedesktop.org/git/evemu;
homepage = "https://www.freedesktop.org/wiki/Evemu/";
repositories.git = "git://git.freedesktop.org/git/evemu";
license = licenses.gpl2;
maintainers = [ maintainers.amorsillo ];
platforms = platforms.linux;
+1 -1
View File
@@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
buildInputs = [ perl ];
meta = with stdenv.lib; {
homepage = https://github.com/dex4er/fakechroot;
homepage = "https://github.com/dex4er/fakechroot";
description = "Give a fake chroot environment through LD_PRELOAD";
license = licenses.lgpl21;
maintainers = with maintainers; [offline];
+1 -1
View File
@@ -38,7 +38,7 @@ stdenv.mkDerivation rec {
'';
meta = {
homepage = https://salsa.debian.org/clint/fakeroot;
homepage = "https://salsa.debian.org/clint/fakeroot";
description = "Give a fake root environment through LD_PRELOAD";
license = stdenv.lib.licenses.gpl2Plus;
maintainers = with stdenv.lib.maintainers; [viric];
+1 -1
View File
@@ -54,7 +54,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description="A command scheduler with extended capabilities over cron and anacron";
homepage = http://fcron.free.fr;
homepage = "http://fcron.free.fr";
license = licenses.gpl2;
platforms = stdenv.lib.platforms.all;
};
+1 -1
View File
@@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
license = stdenv.lib.licenses.gpl3Plus;
homepage = https://www.gnu.org/software/fdisk/;
homepage = "https://www.gnu.org/software/fdisk/";
platforms = stdenv.lib.platforms.linux;
};
+1 -1
View File
@@ -7,7 +7,7 @@ bundlerEnv {
meta = with lib; {
description = "Process manager for applications with multiple components";
homepage = https://github.com/ddollar/foreman;
homepage = "https://github.com/ddollar/foreman";
license = licenses.mit;
maintainers = with maintainers; [ zimbatm ];
platforms = ruby.meta.platforms;
+1 -1
View File
@@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
look at the data structures of a given file format allowing for a more
reliable and faster recovery.
'';
homepage = http://foremost.sourceforge.net/;
homepage = "http://foremost.sourceforge.net/";
license = licenses.publicDomain;
platforms = platforms.linux;
};
+1 -1
View File
@@ -30,7 +30,7 @@ stdenv.mkDerivation rec {
info.
'';
homepage = https://www.gnu.org/software/freeipmi/;
homepage = "https://www.gnu.org/software/freeipmi/";
downloadPage = "https://www.gnu.org/software/freeipmi/download.html";
license = stdenv.lib.licenses.gpl3Plus;
+1 -1
View File
@@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
NIX_LDFLAGS = "-lm";
meta = with stdenv.lib; {
homepage = http://gdmap.sourceforge.net;
homepage = "http://gdmap.sourceforge.net";
description = "Recursive rectangle map of disk usage";
license = licenses.gpl2;
platforms = platforms.linux;
+1 -1
View File
@@ -21,7 +21,7 @@ buildGoPackage rec {
license = licenses.mit;
maintainers = [ maintainers.tazjin ];
platforms = platforms.unix;
repositories.git = git://github.com/DataDog/gohai.git;
repositories.git = "git://github.com/DataDog/gohai.git";
longDescription = ''
Gohai is a tool which collects an inventory of system
+1 -1
View File
@@ -40,7 +40,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "Set of text-mode partitioning tools for Globally Unique Identifier (GUID) Partition Table (GPT) disks";
license = licenses.gpl2;
homepage = https://www.rodsbooks.com/gdisk/;
homepage = "https://www.rodsbooks.com/gdisk/";
platforms = platforms.all;
};
}
+1 -1
View File
@@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
meta = {
description = "A diff-capable 'du' browser";
homepage = http://gt5.sourceforge.net/;
homepage = "http://gt5.sourceforge.net/";
license = stdenv.lib.licenses.gpl2Plus;
maintainers = with stdenv.lib.maintainers; [viric];
platforms = with stdenv.lib.platforms; linux;
+1 -1
View File
@@ -41,7 +41,7 @@ stdenv.mkDerivation rec {
'';
meta = with stdenv.lib; {
homepage = http://hardinfo.org/;
homepage = "http://hardinfo.org/";
description = "Display information about your hardware and operating system";
license = licenses.gpl2;
maintainers = with maintainers; [ bjornfor ];
+2 -2
View File
@@ -25,8 +25,8 @@ stdenv.mkDerivation {
meta = with stdenv.lib; {
description = "Consolidate duplicate files via hardlinks";
homepage = https://pagure.io/hardlink;
repositories.git = https://src.fedoraproject.org/cgit/rpms/hardlink.git;
homepage = "https://pagure.io/hardlink";
repositories.git = "https://src.fedoraproject.org/cgit/rpms/hardlink.git";
license = licenses.gpl2Plus;
platforms = platforms.unix;
};
+1 -1
View File
@@ -9,7 +9,7 @@ bundlerEnv {
meta = with lib; {
description = "Per-value asymmetric encryption of sensitive data for Hiera";
homepage = https://github.com/TomPoulton/hiera-eyaml;
homepage = "https://github.com/TomPoulton/hiera-eyaml";
license = licenses.mit;
maintainers = with maintainers; [ benley nicknovitski ];
platforms = platforms.unix;
+1 -1
View File
@@ -43,7 +43,7 @@ pythonPackages.buildPythonApplication rec {
meta = with stdenv.lib; {
description = "A Python clone of Foreman, a tool for managing Procfile-based applications";
license = licenses.mit;
homepage = https://github.com/nickstenning/honcho;
homepage = "https://github.com/nickstenning/honcho";
maintainers = with maintainers; [ benley ];
platforms = platforms.unix;
};
+1 -1
View File
@@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "An interactive process viewer for Linux";
homepage = https://hisham.hm/htop/;
homepage = "https://hisham.hm/htop/";
license = licenses.gpl2Plus;
platforms = with platforms; linux ++ freebsd ++ openbsd ++ darwin;
maintainers = with maintainers; [ rob relrod ];
+1 -1
View File
@@ -13,7 +13,7 @@ stdenv.mkDerivation {
'';
meta = {
homepage = http://idle3-tools.sourceforge.net/;
homepage = "http://idle3-tools.sourceforge.net/";
description = "Tool to get/set the infamous idle3 timer in WD HDDs";
license = stdenv.lib.licenses.gpl3;
maintainers = with stdenv.lib.maintainers; [viric];
+1 -1
View File
@@ -24,7 +24,7 @@ stdenv.mkDerivation {
'';
meta = {
homepage = https://github.com/jmesmon/illum;
homepage = "https://github.com/jmesmon/illum";
description = "Daemon that wires button presses to screen backlight level";
platforms = stdenv.lib.platforms.linux;
maintainers = [ stdenv.lib.maintainers.dancek ];
+1 -1
View File
@@ -28,7 +28,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "A cron-like daemon which handles filesystem events.";
homepage = https://github.com/ar-/incron;
homepage = "https://github.com/ar-/incron";
license = licenses.gpl2;
maintainers = [ maintainers.aanderse ];
platforms = platforms.linux;
+1 -1
View File
@@ -26,6 +26,6 @@ stdenv.mkDerivation rec {
maintainers = with maintainers; [ raskin ];
platforms = platforms.unix;
license = licenses.gpl3Plus;
homepage = https://github.com/koct9i/ioping;
homepage = "https://github.com/koct9i/ioping";
};
}
+1 -1
View File
@@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
Iops lets you measure how many I/O operations per second a storage device can perform.
Usefull for determing e.g. the best RAID-setting of your storage device.
'';
homepage = http://www.vanheusden.com/iops/;
homepage = "http://www.vanheusden.com/iops/";
license = licenses.gpl2;
maintainers = with maintainers; [ davidak ];
platforms = platforms.linux; # build problems on Darwin
+1 -1
View File
@@ -21,7 +21,7 @@ stdenv.mkDerivation {
preConfigure = "./bootstrap";
meta = with stdenv.lib; {
homepage = https://www.nersc.gov/users/computational-systems/cori/nersc-8-procurement/trinity-nersc-8-rfp/nersc-8-trinity-benchmarks/ior/;
homepage = "https://www.nersc.gov/users/computational-systems/cori/nersc-8-procurement/trinity-nersc-8-rfp/nersc-8-trinity-benchmarks/ior/";
description = "Parallel file system I/O performance test";
license = licenses.gpl2;
platforms = platforms.linux;
+1 -1
View File
@@ -43,7 +43,7 @@ stdenv.mkDerivation {
meta = with lib; {
description = ''Command-line interface to IPMI-enabled devices'';
license = licenses.bsd3;
homepage = https://sourceforge.net/projects/ipmitool/;
homepage = "https://sourceforge.net/projects/ipmitool/";
platforms = platforms.unix;
maintainers = with maintainers; [ fpletz ];
};
+1 -1
View File
@@ -32,7 +32,7 @@ buildPythonPackage rec {
meta = with stdenv.lib; {
description = "journalwatch is a tool to find error messages in the systemd journal.";
homepage = https://github.com/The-Compiler/journalwatch;
homepage = "https://github.com/The-Compiler/journalwatch";
license = licenses.gpl3Plus;
maintainers = with maintainers; [ florianjacob ];
};
+1 -1
View File
@@ -32,7 +32,7 @@ buildGoModule rec {
navigational habits by keeping track of the directories you visit. It
strives to give you the best directory for the shortest search term.
'';
homepage = https://github.com/gsamokovarov/jump;
homepage = "https://github.com/gsamokovarov/jump";
license = licenses.mit;
platforms = platforms.all;
maintainers = with maintainers; [ sondr3 ];
+1 -1
View File
@@ -15,7 +15,7 @@ python3Packages.buildPythonApplication rec {
meta = with lib; {
description = "Python script to control NZXT cooler Kraken X52/X62/X72";
homepage = https://github.com/KsenijaS/krakenx;
homepage = "https://github.com/KsenijaS/krakenx";
license = licenses.gpl2;
maintainers = [ maintainers.willibutz ];
platforms = platforms.linux;
+1 -1
View File
@@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
];
meta = with stdenv.lib; {
homepage = https://github.com/intel/ledmon;
homepage = "https://github.com/intel/ledmon";
description = "Enclosure LED Utilities";
platforms = platforms.linux;
license = with licenses; [ gpl2 ];
+1 -1
View File
@@ -30,7 +30,7 @@ buildGoPackage rec {
meta = with stdenv.lib; {
description = "A daemon for keeping the system timezone up-to-date based on the current location";
homepage = https://github.com/Stebalien/localtime;
homepage = "https://github.com/Stebalien/localtime";
platforms = platforms.linux;
license = licenses.gpl3;
};
+1 -1
View File
@@ -41,7 +41,7 @@ stdenv.mkDerivation rec {
Logcheck helps spot problems and security violations in your logfiles automatically and will send the results to you by e-mail.
Logcheck was part of the Abacus Project of security tools, but this version has been rewritten.
'';
homepage = https://salsa.debian.org/debian/logcheck;
homepage = "https://salsa.debian.org/debian/logcheck";
license = licenses.gpl2;
maintainers = [ maintainers.bluescreen303 ];
};
+1 -1
View File
@@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
makeFlags = [ "PREFIX=$(out)" ];
meta = with stdenv.lib; {
homepage = https://github.com/chneukirchen/lr;
homepage = "https://github.com/chneukirchen/lr";
description = "List files recursively";
license = licenses.mit;
platforms = platforms.all;
+1 -1
View File
@@ -45,7 +45,7 @@ stdenv.mkDerivation rec {
enableParallelBuilding = true;
meta = with stdenv.lib; {
homepage = https://ezix.org/project/wiki/HardwareLiSter;
homepage = "https://ezix.org/project/wiki/HardwareLiSter";
description = "Provide detailed information on the hardware configuration of the machine";
license = licenses.gpl2;
maintainers = with maintainers; [ phreedom ];
+1 -1
View File
@@ -30,7 +30,7 @@ stdenv.mkDerivation rec {
when jobs should be run. Mcron was written by Dale Mellor.
'';
homepage = https://www.gnu.org/software/mcron/;
homepage = "https://www.gnu.org/software/mcron/";
license = stdenv.lib.licenses.gpl3Plus;
platforms = stdenv.lib.platforms.unix;
+1 -1
View File
@@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "A userspace utility for testing the memory subsystem for faults";
homepage = http://pyropus.ca/software/memtester/;
homepage = "http://pyropus.ca/software/memtester/";
license = licenses.gpl2;
maintainers = [ maintainers.dezgeg ];
platforms = platforms.unix;
+1 -1
View File
@@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
];
meta = {
homepage = http://mmonit.com/monit/;
homepage = "http://mmonit.com/monit/";
description = "Monitoring system";
license = stdenv.lib.licenses.agpl3;
maintainers = with stdenv.lib.maintainers; [ raskin wmertens ];
+1 -1
View File
@@ -19,6 +19,6 @@ rustPlatform.buildRustPackage rec {
license = licenses.mit;
maintainers = with maintainers; [ tazjin ];
platforms = platforms.linux;
repositories.git = git://github.com/aprilabank/mq-cli.git;
repositories.git = "git://github.com/aprilabank/mq-cli.git";
};
}
+1 -1
View File
@@ -73,7 +73,7 @@ in stdenv.mkDerivation rec {
meta = {
description = "Real-time performance monitoring tool";
homepage = https://my-netdata.io/;
homepage = "https://my-netdata.io/";
license = licenses.gpl3;
platforms = platforms.unix;
maintainers = [ maintainers.lethalman ];
+1 -1
View File
@@ -22,7 +22,7 @@ buildGoPackage rec {
meta = with lib; {
description = "Netdata orchestrator for data collection modules written in go";
homepage = https://github.com/netdata/go.d.plugin;
homepage = "https://github.com/netdata/go.d.plugin";
license = licenses.gpl3;
platforms = platforms.unix;
maintainers = [ maintainers.lethalman ];
+1 -1
View File
@@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
'';
meta = with lib; {
description = "Unix command line queue utility";
homepage = https://github.com/chneukirchen/nq;
homepage = "https://github.com/chneukirchen/nq";
license = licenses.publicDomain;
platforms = platforms.linux;
maintainers = with maintainers; [ cstrahan ];
+1 -1
View File
@@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "A (h)top like like task monitor for NVIDIA GPUs";
homepage = https://github.com/Syllo/nvtop;
homepage = "https://github.com/Syllo/nvtop";
license = licenses.gpl3;
platforms = platforms.linux;
maintainers = with maintainers; [ willibutz ];
+1 -1
View File
@@ -20,7 +20,7 @@ stdenv.mkDerivation {
meta = with stdenv.lib; {
description = "A tool to dump OpenCL platform/device information";
homepage = https://github.com/marchv/opencl-info;
homepage = "https://github.com/marchv/opencl-info";
license = licenses.mit;
platforms = platforms.linux;
maintainers = with maintainers; [ abbradar ];
+1 -1
View File
@@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
postInstall = "rm $out/sbin/update-pciids $out/man/man8/update-pciids.8";
meta = with stdenv.lib; {
homepage = http://mj.ucw.cz/pciutils.html;
homepage = "http://mj.ucw.cz/pciutils.html";
description = "A collection of programs for inspecting and manipulating configuration of PCI devices";
license = licenses.gpl2Plus;
platforms = platforms.unix;
+1 -1
View File
@@ -17,7 +17,7 @@ buildGoPackage {
meta = with stdenv.lib; {
description = "Page Cache stat: get page cache stats for files on Linux.";
homepage = https://github.com/tobert/pcstat;
homepage = "https://github.com/tobert/pcstat";
license = licenses.asl20;
maintainers = with maintainers; [ aminechikhaoui ];
};
+1 -1
View File
@@ -81,7 +81,7 @@ stdenv.mkDerivation {
'';
meta = with stdenv.lib; {
homepage = https://9fans.github.io/plan9port/;
homepage = "https://9fans.github.io/plan9port/";
description = "Plan 9 from User Space";
longDescription = ''
Plan 9 from User Space (aka plan9port) is a port of many Plan 9 programs
+1 -1
View File
@@ -9,7 +9,7 @@ bundlerApp {
meta = with lib; {
description = "Run processes in the background (and foreground) on Mac & Linux from a Procfile (for production and/or development environments)";
homepage = https://adam.ac/procodile;
homepage = "https://adam.ac/procodile";
license = with licenses; mit;
maintainers = with maintainers; [ ravloony manveru nicknovitski ];
platforms = platforms.unix;
+1 -1
View File
@@ -37,7 +37,7 @@ stdenv.mkDerivation {
'';
meta = with stdenv.lib; {
homepage = https://proot-me.github.io;
homepage = "https://proot-me.github.io";
description = "User-space implementation of chroot, mount --bind and binfmt_misc";
platforms = platforms.linux;
license = licenses.gpl2;
+1 -1
View File
@@ -15,7 +15,7 @@ in pythonPackages.buildPythonApplication {
meta = with stdenv.lib; {
description = "A utility to accurately report the in core memory usage for a program";
homepage = https://github.com/pixelb/ps_mem;
homepage = "https://github.com/pixelb/ps_mem";
license = licenses.lgpl21;
maintainers = [ maintainers.gnidorah ];
platforms = platforms.linux;
+1 -1
View File
@@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "Graphical hardware monitoring application for Linux";
homepage = https://wpitchoune.net/psensor/;
homepage = "https://wpitchoune.net/psensor/";
license = licenses.mit;
platforms = platforms.linux;
maintainers = with maintainers; [ cstrahan ];
+1 -1
View File
@@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
buildInputs = [ glib ];
meta = with stdenv.lib; {
homepage = https://github.com/clearlinux/psstop;
homepage = "https://github.com/clearlinux/psstop";
description = "Show processes' memory usage by looking into pss"; # upstream summary
license = licenses.gpl3;
maintainers = with maintainers; [ dtzWill ];
+1 -1
View File
@@ -15,7 +15,7 @@ bundlerApp {
meta = with lib; {
description = "Puppet environment and module deployment";
homepage = https://github.com/puppetlabs/r10k;
homepage = "https://github.com/puppetlabs/r10k";
license = licenses.asl20;
maintainers = with maintainers; [ zimbatm manveru nicknovitski ];
platforms = platforms.unix;
+1 -1
View File
@@ -37,7 +37,7 @@ stdenv.mkDerivation rec {
meta = {
description = "Control your systemd units using rofi";
homepage = https://github.com/IvanMalison/rofi-systemd;
homepage = "https://github.com/IvanMalison/rofi-systemd";
maintainers = with stdenv.lib.maintainers; [ imalison ];
license = stdenv.lib.licenses.gpl3;
platforms = with stdenv.lib.platforms; linux;
+1 -1
View File
@@ -21,7 +21,7 @@ stdenv.mkDerivation {
meta = with stdenv.lib; {
description = "Test DRAM for bit flips caused by the rowhammer problem";
homepage = https://github.com/google/rowhammer-test;
homepage = "https://github.com/google/rowhammer-test";
license = licenses.asl20;
maintainers = [ maintainers.viric ];
platforms = [ "x86_64-linux" "i686-linux" ];
+1 -1
View File
@@ -53,7 +53,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "UNIX init scheme with service supervision";
license = licenses.bsd3;
homepage = http://smarden.org/runit;
homepage = "http://smarden.org/runit";
maintainers = with maintainers; [ joachifm ];
platforms = platforms.linux;
};
+1 -1
View File
@@ -17,7 +17,7 @@ python3Packages.buildPythonPackage rec {
LC_ALL = "en_US.UTF-8";
meta = with stdenv.lib; {
homepage = https://amanusk.github.io/s-tui/;
homepage = "https://amanusk.github.io/s-tui/";
description = "Stress-Terminal UI monitoring tool";
license = licenses.gpl2;
maintainers = with maintainers; [ infinisil ];
+1 -1
View File
@@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "Tool intended to prevent the accidental deletion of important files";
homepage = https://launchpad.net/safe-rm;
homepage = "https://launchpad.net/safe-rm";
license = licenses.gpl3;
platforms = platforms.all;
maintainers = [ maintainers.koral ];
+1 -1
View File
@@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
resets and other helpful low level operations on a number of other device classes.
'';
homepage = http://safecopy.sourceforge.net;
homepage = "http://safecopy.sourceforge.net";
license = stdenv.lib.licenses.gpl2Plus;
+1 -1
View File
@@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
meta = {
description = "A forensic/data recovery tool";
homepage = https://www.sleuthkit.org/;
homepage = "https://www.sleuthkit.org/";
maintainers = [ stdenv.lib.maintainers.raskin ];
platforms = stdenv.lib.platforms.linux;
license = stdenv.lib.licenses.ipl10;
+1 -1
View File
@@ -30,7 +30,7 @@ in stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "Tools for monitoring the health of hard drives";
homepage = https://www.smartmontools.org/;
homepage = "https://www.smartmontools.org/";
license = licenses.gpl2Plus;
maintainers = with maintainers; [ peti Frostman ];
platforms = with platforms; linux ++ darwin;
+1 -1
View File
@@ -51,7 +51,7 @@ stdenv.mkDerivation rec {
meta = {
description = "System and kernel logging services";
homepage = http://smarden.org/socklog/;
homepage = "http://smarden.org/socklog/";
license = licenses.publicDomain;
platforms = platforms.unix;
maintainers = [ maintainers.joachifm ];
+1 -1
View File
@@ -37,7 +37,7 @@ stdenv.mkDerivation rec {
'';
meta = {
homepage = http://viric.name/cgi-bin/storebrowse;
homepage = "http://viric.name/cgi-bin/storebrowse";
license = stdenv.lib.licenses.agpl3Plus;
broken = true;
};
+1 -1
View File
@@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
};
meta = with stdenv.lib; {
homepage = https://github.com/catern/supervise;
homepage = "https://github.com/catern/supervise";
description = "A minimal unprivileged process supervisor making use of modern Linux features";
platforms = platforms.linux;
license = licenses.gpl3;
@@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
];
meta = with stdenv.lib; {
homepage = https://github.com/balabit/syslog-ng-incubator;
homepage = "https://github.com/balabit/syslog-ng-incubator";
description = "A collection of tools and modules for syslog-ng";
license = licenses.gpl2;
maintainers = [];
+2 -2
View File
@@ -44,8 +44,8 @@ assert enableQt -> qwt != null;
NIX_CFLAGS_COMPILE="-Wno-unused";
meta = with stdenv.lib; {
homepage = https://www.cgsecurity.org/wiki/Main_Page;
downloadPage = https://www.cgsecurity.org/wiki/TestDisk_Download;
homepage = "https://www.cgsecurity.org/wiki/Main_Page";
downloadPage = "https://www.cgsecurity.org/wiki/TestDisk_Download";
description = "Testdisk / Photorec - Data recovery utilities";
longDescription = ''
TestDisk is a powerful free data recovery software. It was primarily
+1 -1
View File
@@ -35,7 +35,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "Thermal Daemon";
homepage = https://01.org/linux-thermal-daemon;
homepage = "https://01.org/linux-thermal-daemon";
license = licenses.gpl2;
platforms = [ "x86_64-linux" "i686-linux" ];
maintainers = with maintainers; [ abbradar ];
+1 -1
View File
@@ -35,7 +35,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "Fix for Intel CPU throttling issues";
homepage = https://github.com/erpalma/throttled;
homepage = "https://github.com/erpalma/throttled";
license = licenses.mit;
platforms = [ "x86_64-linux" ];
maintainers = with maintainers; [ michaelpj ];
+2 -2
View File
@@ -11,12 +11,12 @@ stdenv.mkDerivation {
'';
src = fetchurl {
url = http://vicerveza.homeunix.net/~viric/soft/tm/tm-0.4.1.tar.gz;
url = "http://vicerveza.homeunix.net/~viric/soft/tm/tm-0.4.1.tar.gz";
sha256 = "3b389bc03b6964ad5ffa57a344b891fdbcf7c9b2604adda723a863f83657c4a0";
};
meta = with stdenv.lib; {
homepage = http://vicerveza.homeunix.net/~viric/soft/tm;
homepage = "http://vicerveza.homeunix.net/~viric/soft/tm";
description = "Terminal mixer - multiplexer for the i/o of terminal applications";
license = licenses.gpl2;
maintainers = with maintainers; [ viric ];
+1 -1
View File
@@ -43,7 +43,7 @@ stdenv.mkDerivation {
'';
meta = {
homepage = http://mama.indstate.edu/users/ice/tree/;
homepage = "http://mama.indstate.edu/users/ice/tree/";
description = "Command to produce a depth indented directory listing";
license = stdenv.lib.licenses.gpl2;
+1 -1
View File
@@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
};
meta = with stdenv.lib; {
homepage = http://vicerveza.homeunix.net/~viric/soft/ts;
homepage = "http://vicerveza.homeunix.net/~viric/soft/ts";
description = "Task spooler - batch queue";
license = licenses.gpl2;
maintainers = with maintainers; [ viric ];
+1 -1
View File
@@ -13,7 +13,7 @@ stdenv.mkDerivation {
'';
meta = {
description = "Tiny helper utility to force programs which insist on daemonizing themselves to run in the foreground";
homepage = https://github.com/nickstenning/undaemonize;
homepage = "https://github.com/nickstenning/undaemonize";
license = stdenv.lib.licenses.mit;
maintainers = [ stdenv.lib.maintainers.canndrew ];
platforms = stdenv.lib.platforms.linux;
+1 -1
View File
@@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
each other. Uptimed comes with a console front-end to parse the records,
which can also easily be used to show your records on a web page.
'';
homepage = https://github.com/rpodgorny/uptimed/;
homepage = "https://github.com/rpodgorny/uptimed/";
license = licenses.gpl2;
platforms = platforms.linux;
};
+1 -1
View File
@@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "Video BIOS execution tool";
homepage = http://www.codon.org.uk/~mjg59/vbetool/;
homepage = "http://www.codon.org.uk/~mjg59/vbetool/";
maintainers = [ maintainers.raskin ];
platforms = platforms.linux;
license = licenses.gpl2;
+1 -1
View File
@@ -9,7 +9,7 @@ stdenv.mkDerivation rec {
};
meta = with stdenv.lib; {
homepage = https://www.gnu.org/software/which/;
homepage = "https://www.gnu.org/software/which/";
description = "Shows the full path of (shell) commands";
platforms = platforms.all;
license = licenses.gpl3;
+1 -1
View File
@@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
also has several switches to allow for optional features of the
WS-Management specification and Testing.
'';
downloadPage = https://github.com/Openwsman/wsmancli/releases;
downloadPage = "https://github.com/Openwsman/wsmancli/releases";
inherit (openwsman.meta) homepage license maintainers platforms;
inherit version;
};
+1 -1
View File
@@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "Simple xargs and apply replacement";
homepage = https://github.com/chneukirchen/xe;
homepage = "https://github.com/chneukirchen/xe";
license = licenses.publicDomain;
platforms = platforms.all;
maintainers = with maintainers; [ cstrahan ];
+1 -1
View File
@@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
'';
meta = with stdenv.lib; {
homepage = https://github.com/RhysU/yeshup;
homepage = "https://github.com/RhysU/yeshup";
platforms = platforms.linux;
license = licenses.cc-by-sa-30; # From Stackoverflow answer
maintainers = with maintainers; [ obadz ];
+1 -1
View File
@@ -19,7 +19,7 @@ rustPlatform.buildRustPackage rec {
meta = with stdenv.lib; {
description = "A TUI system monitor written in Rust";
homepage = https://github.com/cjbassi/ytop;
homepage = "https://github.com/cjbassi/ytop";
license = licenses.mit;
maintainers = with maintainers; [ sikmir ];
platforms = platforms.unix;