Merge pull request #330664 from Mic92/empty-with

treewide: remove unused `with` statements from maintainer lists
This commit is contained in:
Aleksana 2024-07-29 15:01:57 +08:00 committed by GitHub
commit a07da9722d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1920 changed files with 1964 additions and 1964 deletions

View File

@ -41,6 +41,6 @@ in
};
meta = {
maintainers = with lib.maintainers; [ ];
maintainers = [ ];
};
}

View File

@ -40,7 +40,7 @@ let
homepage = "https://downloads.linux.hpe.com/SDR/downloads/MCP/Ubuntu/pool/non-free/";
license = licenses.unfreeRedistributable;
platforms = [ "x86_64-linux" ];
maintainers = with maintainers; [ ];
maintainers = [ ];
};
};
in {

View File

@ -4,7 +4,7 @@ let
cfg = config.programs.dmrconfig;
in {
meta.maintainers = with lib.maintainers; [ ];
meta.maintainers = [ ];
###### interface
options = {

View File

@ -40,5 +40,5 @@ in
};
};
meta.maintainers = with maintainers; [ ];
meta.maintainers = [ ];
}

View File

@ -51,5 +51,5 @@ in {
};
};
meta.maintainers = with lib.maintainers; [ ];
meta.maintainers = [ ];
}

View File

@ -41,5 +41,5 @@ in {
};
meta.maintainers = with maintainers; [ ];
meta.maintainers = [ ];
}

View File

@ -55,6 +55,6 @@ in
};
meta.maintainers = with maintainers; [ ];
meta.maintainers = [ ];
}

View File

@ -65,5 +65,5 @@ in
};
};
meta.maintainers = with lib.maintainers; [ ];
meta.maintainers = [ ];
}

View File

@ -117,5 +117,5 @@ in
};
};
meta.maintainers = with lib.maintainers; [ ];
meta.maintainers = [ ];
}

View File

@ -7,7 +7,7 @@ let
toml = pkgs.formats.toml { };
in
{
meta.maintainers = with maintainers; [ ];
meta.maintainers = [ ];
options.services.rkvm = {
enable = mkOption {

View File

@ -372,5 +372,5 @@ in {
};
};
meta.maintainers = with lib.maintainers; [ ];
meta.maintainers = [ ];
}

View File

@ -8,7 +8,7 @@ let
in {
meta = {
# doc = ./bee.xml;
maintainers = with maintainers; [ ];
maintainers = [ ];
};
### interface

View File

@ -90,6 +90,6 @@ in
};
meta = {
maintainers = with lib.maintainers; [ ];
maintainers = [ ];
};
}

View File

@ -316,7 +316,7 @@ in
};
meta = {
maintainers = with lib.maintainers; [ ];
maintainers = [ ];
doc = ./firefox-syncserver.md;
};
}

View File

@ -141,5 +141,5 @@ in
};
};
meta.maintainers = with maintainers; [ ];
meta.maintainers = [ ];
}

View File

@ -721,7 +721,7 @@ in
};
meta = {
maintainers = with lib.maintainers; [ ];
maintainers = [ ];
doc = ./mosquitto.md;
};
}

View File

@ -7,7 +7,7 @@ let
in
{
meta = {
maintainers = with maintainers; [ ];
maintainers = [ ];
};
options = {

View File

@ -291,5 +291,5 @@ in
};
};
meta.maintainers = with maintainers; [ ];
meta.maintainers = [ ];
}

View File

@ -54,5 +54,5 @@ in {
};
meta.maintainers = with lib.maintainers; [ ];
meta.maintainers = [ ];
}

View File

@ -70,5 +70,5 @@ in {
};
};
meta.maintainers = with lib.maintainers; [ ];
meta.maintainers = [ ];
}

View File

@ -4,7 +4,7 @@ let
settingsFormat = (pkgs.formats.json { });
in
{
meta.maintainers = with lib.maintainers; [ ];
meta.maintainers = [ ];
options = {
services.step-ca = {

View File

@ -89,6 +89,6 @@ in
};
meta.maintainers = with maintainers; [ ];
meta.maintainers = [ ];
}

View File

@ -4,7 +4,7 @@ import ./make-test-python.nix (
{
name = "crabfit";
meta.maintainers = with lib.maintainers; [ ];
meta.maintainers = [ ];
nodes = {
machine =

View File

@ -1,6 +1,6 @@
import ./make-test-python.nix ({ pkgs, lib, ... }: {
name = "graylog";
meta.maintainers = with lib.maintainers; [ ];
meta.maintainers = [ ];
nodes.machine = { pkgs, ... }: {
virtualisation.memorySize = 4096;

View File

@ -166,7 +166,7 @@ let
in lib.mapAttrs (lib.const (attrs: makeTest (attrs // {
name = "${attrs.name}-Networking-NetworkManager";
meta = {
maintainers = with lib.maintainers; [ ];
maintainers = [ ];
};
}))) testCases

View File

@ -8,7 +8,7 @@ let
in
{
name = "soju";
meta.maintainers = with lib.maintainers; [ ];
meta.maintainers = [ ];
nodes.machine = { ... }: {
services.soju = {

View File

@ -14,7 +14,7 @@ import ./make-test-python.nix ({ lib, ... }@args: let
inherit (pkgs.vscode.passthru) rev vscodeServer;
in {
name = "vscode-remote-ssh";
meta.maintainers = with lib.maintainers; [ ];
meta.maintainers = [ ];
nodes = let
serverAddress = "192.168.0.2";

View File

@ -43,7 +43,7 @@ stdenv.mkDerivation rec {
'';
homepage = "http://www.jpj.net/~trevor/aumix.html";
license = licenses.gpl2Plus;
maintainers = with maintainers; [ ];
maintainers = [ ];
platforms = platforms.linux;
};
}

View File

@ -66,6 +66,6 @@ stdenv.mkDerivation rec {
license = licenses.asl20;
# currently broken on i686-linux and aarch64-linux due to other nixpkgs dependencies
platforms = [ "x86_64-linux" ];
maintainers = with maintainers; [ ];
maintainers = [ ];
};
}

View File

@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/jagrosh/MusicBot";
sourceProvenance = with sourceTypes; [ binaryBytecode ];
license = licenses.asl20;
maintainers = with maintainers; [ ];
maintainers = [ ];
inherit (jre_headless.meta) platforms;
mainProgram = "JMusicBot";
};

View File

@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
description = "Tracker music player for the terminal";
homepage = "http://mikmod.shlomifish.org/";
license = lib.licenses.gpl2Plus;
maintainers = with lib.maintainers; [ ];
maintainers = [ ];
platforms = with lib.platforms; linux;
mainProgram = "mikmod";
};

View File

@ -24,6 +24,6 @@ pythonPackages.buildPythonApplication rec {
description = "Mopidy web client with Snapcast support";
homepage = "https://github.com/cristianpb/muse";
license = licenses.asl20;
maintainers = with maintainers; [ ];
maintainers = [ ];
};
}

View File

@ -26,6 +26,6 @@ pythonPackages.buildPythonApplication rec {
homepage = "https://github.com/pimusicbox/mopidy-musicbox-webclient";
changelog = "https://github.com/pimusicbox/mopidy-musicbox-webclient/blob/v${version}/CHANGELOG.rst";
license = licenses.asl20;
maintainers = with maintainers; [ ];
maintainers = [ ];
};
}

View File

@ -24,6 +24,6 @@ pythonPackages.buildPythonApplication rec {
homepage = "https://github.com/phijor/mopidy-notify";
description = "Mopidy extension for showing desktop notifications on track change";
license = licenses.asl20;
maintainers = with maintainers; [ ];
maintainers = [ ];
};
}

View File

@ -20,6 +20,6 @@ python3Packages.buildPythonApplication rec {
description = "Mopidy extension for playing music from tunein";
homepage = "https://github.com/kingosticks/mopidy-tunein";
license = licenses.asl20;
maintainers = with maintainers; [ ];
maintainers = [ ];
};
}

View File

@ -67,6 +67,6 @@ python3.pkgs.buildPythonApplication rec {
description = "Mopidy extension for playing music from YouTube";
homepage = "https://github.com/natumbri/mopidy-youtube";
license = licenses.asl20;
maintainers = with maintainers; [ ];
maintainers = [ ];
};
}

View File

@ -88,7 +88,7 @@ buildNpmPackage rec {
description = "Libre and modular OSC / MIDI controller";
homepage = "https://openstagecontrol.ammd.net/";
license = licenses.gpl3Only;
maintainers = with maintainers; [ ];
maintainers = [ ];
platforms = platforms.linux;
mainProgram = "open-stage-control";
};

View File

@ -83,7 +83,7 @@ buildDotnetModule rec {
# worldline resampler binary - no source is available (hence "unfree") but usage of the binary is MIT
unfreeRedistributable
];
maintainers = with maintainers; [ ];
maintainers = [ ];
platforms = [ "x86_64-linux" "aarch64-linux" "x86_64-darwin" "aarch64-darwin" ];
mainProgram = "OpenUtau";
};

View File

@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
description = "Tools to work with opus encoded audio streams";
homepage = "https://www.opus-codec.org/";
license = lib.licenses.bsd2;
maintainers = with lib.maintainers; [ ];
maintainers = [ ];
platforms = with lib.platforms; unix;
};
}

View File

@ -16,7 +16,7 @@ stdenv.mkDerivation {
meta = with lib; {
homepage = "https://www.parabola.me.uk/alsa/pmidi.html";
description = "Straightforward command line program to play midi files through the ALSA sequencer";
maintainers = with maintainers; [ ];
maintainers = [ ];
license = licenses.gpl2;
mainProgram = "pmidi";
};

View File

@ -56,7 +56,7 @@ mkDerivation rec {
description = "Cross-platform Milkdrop-compatible music visualizer";
license = lib.licenses.lgpl21;
platforms = lib.platforms.unix;
maintainers = with lib.maintainers; [ ];
maintainers = [ ];
longDescription = ''
The open-source project that reimplements the esteemed Winamp Milkdrop by Geiss in a more modern, cross-platform reusable library.
Read an audio input and produces mesmerizing visuals, detecting tempo, and rendering advanced equations into a limitless array of user-contributed visualizations.

View File

@ -104,7 +104,7 @@ in stdenv.mkDerivation rec {
mainProgram = "pulseeffects";
homepage = "https://github.com/wwmm/pulseeffects";
license = licenses.gpl3Plus;
maintainers = with maintainers; [ ];
maintainers = [ ];
platforms = platforms.linux;
};
}

View File

@ -105,7 +105,7 @@ stdenv.mkDerivation rec {
description = "Internet radio player for linux";
homepage = "https://github.com/ebruck/radiotray-ng";
license = licenses.gpl3;
maintainers = with maintainers; [ ];
maintainers = [ ];
platforms = platforms.linux;
};
}

View File

@ -28,7 +28,7 @@ stdenv.mkDerivation rec {
homepage = "https://ccrma.stanford.edu/software/snd/";
platforms = platforms.unix;
license = licenses.free;
maintainers = with maintainers; [ ];
maintainers = [ ];
mainProgram = "snd";
};
}

View File

@ -101,7 +101,7 @@ stdenv.mkDerivation rec {
description = "Next generation modular control surface";
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
license = licenses.unfree;
maintainers = with maintainers; [ ];
maintainers = [ ];
platforms = [ "aarch64-linux" "armv7l-linux" "x86_64-linux" ];
mainProgram = "TouchOSC";
};

View File

@ -21,7 +21,7 @@ rustPlatform.buildRustPackage rec {
description = "CLI tool to check the integrity of a restic repository without unlocking it";
homepage = "https://git.nwex.de/networkException/restic-integrity";
license = with licenses; [ bsd2 ];
maintainers = with maintainers; [ ];
maintainers = [ ];
mainProgram = "restic-integrity";
};
}

View File

@ -19,7 +19,7 @@ buildGoModule rec {
homepage = "https://decred.org";
description = "Secure Decred wallet daemon written in Go (golang)";
license = with lib.licenses; [ isc ];
maintainers = with lib.maintainers; [ ];
maintainers = [ ];
mainProgram = "dcrctl";
};
}

View File

@ -44,7 +44,7 @@ stdenv.mkDerivation rec {
description = "Decentralized open source information registration and transfer system based on the Bitcoin cryptocurrency";
homepage = "https://namecoin.org";
license = licenses.mit;
maintainers = with maintainers; [ ];
maintainers = [ ];
platforms = platforms.linux;
};
}

View File

@ -101,7 +101,7 @@ stdenv.mkDerivation rec {
'';
homepage = "https://wownero.org/";
license = licenses.bsd3;
maintainers = with maintainers; [ ];
maintainers = [ ];
platforms = platforms.unix;
};
}

View File

@ -34,7 +34,7 @@ stdenv.mkDerivation rec {
homepage = "https://bviplus.sourceforge.net";
license = licenses.gpl3;
platforms = platforms.linux;
maintainers = with maintainers; [ ];
maintainers = [ ];
mainProgram = "bviplus";
};
}

View File

@ -24,6 +24,6 @@ melpaBuild {
description = "Major mode for editing LIGO source code";
homepage = "https://gitlab.com/ligolang/ligo";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ ];
maintainers = [ ];
};
}

View File

@ -24,6 +24,6 @@ stdenv.mkDerivation rec {
description = "Small session management for emacs";
homepage = "https://emacs-session.sourceforge.net/";
license = licenses.gpl2;
maintainers = with maintainers; [ ];
maintainers = [ ];
};
}

View File

@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
homepage = "https://flpsed.org/flpsed.html";
license = licenses.gpl3;
platforms = platforms.linux;
maintainers = with maintainers; [ ];
maintainers = [ ];
mainProgram = "flpsed";
};
}

View File

@ -46,7 +46,7 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/LonnyGomes/hexcurse";
license = licenses.gpl2;
platforms = platforms.linux;
maintainers = with maintainers; [ ];
maintainers = [ ];
mainProgram = "hexcurse";
};
}

View File

@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
homepage = "https://hte.sourceforge.net";
license = licenses.gpl2;
platforms = platforms.linux;
maintainers = with maintainers; [ ];
maintainers = [ ];
mainProgram = "ht";
};
}

View File

@ -36,7 +36,7 @@ stdenv.mkDerivation (finalAttrs: {
description = "Vim inspired text editor";
license = licenses.publicDomain;
mainProgram = "kak";
maintainers = with maintainers; [ ];
maintainers = [ ];
platforms = platforms.unix;
};
})

View File

@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
description = "Simple text editor forked from Leafpad using GTK+ 3.x";
homepage = "https://github.com/stevenhoneyman/l3afpad";
platforms = platforms.linux;
maintainers = with maintainers; [ ];
maintainers = [ ];
license = licenses.gpl2;
mainProgram = "l3afpad";
};

View File

@ -205,7 +205,7 @@ stdenv.mkDerivation (finalAttrs: {
description = "Vim - the text editor - for macOS";
homepage = "https://macvim.org/";
license = licenses.vim;
maintainers = with maintainers; [ ];
maintainers = [ ];
platforms = platforms.darwin;
hydraPlatforms = []; # hydra can't build this as long as we rely on Xcode and sandboxProfile
};

View File

@ -26,7 +26,7 @@ let
homepage = "https://github.com/liuchengxu/vim-clap";
changelog = "https://github.com/liuchengxu/vim-clap/blob/${src.rev}/CHANGELOG.md";
license = licenses.mit;
maintainers = with maintainers; [ ];
maintainers = [ ];
};
maple = rustPlatform.buildRustPackage {

View File

@ -20,6 +20,6 @@ stdenv.mkDerivation rec {
description = "Atari ST/STE/TT/Falcon emulator";
license = lib.licenses.gpl2Plus;
platforms = lib.platforms.linux;
maintainers = with lib.maintainers; [ ];
maintainers = [ ];
};
}

View File

@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/amhndu/SimpleNES";
description = "NES emulator written in C++";
license = licenses.gpl3;
maintainers = with maintainers; [ ];
maintainers = [ ];
platforms = platforms.linux;
mainProgram = "SimpleNES";
};

View File

@ -52,7 +52,7 @@ stdenv.mkDerivation rec {
'';
homepage = "https://sourceforge.net/projects/xfe/";
license = licenses.gpl2;
maintainers = with maintainers; [ ];
maintainers = [ ];
platforms = platforms.linux;
};
}

View File

@ -118,7 +118,7 @@ stdenv.mkDerivation (finalAttrs: {
description = "Software suite to create, edit, compose, or convert bitmap images";
pkgConfigModules = [ "ImageMagick" "MagickWand" ];
platforms = platforms.linux ++ platforms.darwin;
maintainers = with maintainers; [ ];
maintainers = [ ];
license = licenses.asl20;
knownVulnerabilities = [
"CVE-2019-13136"

View File

@ -50,7 +50,7 @@ stdenv.mkDerivation rec {
mainProgram = "gcolor3";
homepage = "https://gitlab.gnome.org/World/gcolor3";
license = licenses.gpl2Plus;
maintainers = with maintainers; [ ];
maintainers = [ ];
platforms = platforms.unix;
};
}

View File

@ -102,7 +102,7 @@ in
description = "Batch Image Manipulation Plugin for GIMP";
homepage = "https://github.com/alessandrofrancesconi/gimp-plugin-bimp";
license = licenses.gpl2Plus;
maintainers = with maintainers; [ ];
maintainers = [ ];
};
};

View File

@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
homepage = "https://gqview.sourceforge.net";
license = licenses.gpl2;
platforms = platforms.unix;
maintainers = with maintainers; [ ];
maintainers = [ ];
mainProgram = "gqview";
};
}

View File

@ -31,7 +31,7 @@ mkDerivation rec {
description = "Graphviz dot graph viewer for KDE";
mainProgram = "kgraphviewer";
license = licenses.gpl2;
maintainers = with maintainers; [ ];
maintainers = [ ];
platforms = platforms.linux;
};
}

View File

@ -61,7 +61,7 @@ in stdenv.mkDerivation rec {
downloadPage = "https://github.com/bgrabitmap/lazpaint/";
license = licenses.gpl3;
platforms = platforms.linux;
maintainers = with maintainers; [ ];
maintainers = [ ];
mainProgram = "lazpaint";
};
}

View File

@ -101,6 +101,6 @@ mkDerivationWith python3Packages.buildPythonApplication rec {
homepage = "https://www.damonlynch.net/rapid/";
license = licenses.gpl3Plus;
platforms = platforms.linux;
maintainers = with maintainers; [ ];
maintainers = [ ];
};
}

View File

@ -21,7 +21,7 @@ mkDerivation rec {
description = "Interactive post-processing tool for scanned pages (vigri's fork)";
mainProgram = "scantailor";
license = licenses.gpl3Plus;
maintainers = with maintainers; [ ];
maintainers = [ ];
platforms = with platforms; gnu ++ linux ++ darwin;
};
}

View File

@ -30,7 +30,7 @@ stdenv.mkDerivation rec {
description = "Tool for restoring blurry and defocused images";
mainProgram = "SmartDeblur";
license = licenses.gpl3;
maintainers = with maintainers; [ ];
maintainers = [ ];
platforms = platforms.linux;
};
}

View File

@ -52,6 +52,6 @@ stdenv.mkDerivation rec {
license = licenses.bsd3;
platforms = platforms.unix;
broken = stdenv.isDarwin; # needs apple frameworks + SDK fix? see #205247
maintainers = with maintainers; [ ];
maintainers = [ ];
};
}

View File

@ -23,6 +23,6 @@ mkDerivation rec {
homepage = "http://www.yacreader.com";
license = lib.licenses.gpl3;
mainProgram = "YACReader";
maintainers = with lib.maintainers; [ ];
maintainers = [ ];
};
}

View File

@ -38,6 +38,6 @@ mkDerivation rec {
# https://invent.kde.org/plasma-mobile/alligator/-/commit/db30f159c4700244532b17a260deb95551045b7a
# * SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL
license = with licenses; [ gpl2Only gpl3Only ];
maintainers = with maintainers; [ ];
maintainers = [ ];
};
}

View File

@ -66,6 +66,6 @@ mkDerivation rec {
homepage = "https://invent.kde.org/plasma-mobile/audiotube";
# https://invent.kde.org/plasma-mobile/audiotube/-/tree/c503d0607a3386112beaa9cf990ab85fe33ef115/LICENSES
license = with licenses; [ bsd2 cc0 gpl2Only gpl3Only ];
maintainers = with maintainers; [ ];
maintainers = [ ];
};
}

View File

@ -41,6 +41,6 @@ mkDerivation rec {
description = "Calendar for Plasma Mobile";
homepage = "https://invent.kde.org/plasma-mobile/calindori";
license = licenses.gpl3Plus;
maintainers = with maintainers; [ ];
maintainers = [ ];
};
}

View File

@ -46,6 +46,6 @@ mkDerivation rec {
mainProgram = "kalk";
homepage = "https://invent.kde.org/plasma-mobile/kalk";
license = licenses.gpl3Plus;
maintainers = with maintainers; [ ];
maintainers = [ ];
};
}

View File

@ -63,6 +63,6 @@ mkDerivation rec {
homepage = "https://apps.kde.org/kasts/";
# https://invent.kde.org/plasma-mobile/kasts/-/tree/master/LICENSES
license = with licenses; [ bsd2 cc-by-sa-40 cc0 gpl2Only gpl2Plus gpl3Only gpl3Plus lgpl3Plus ];
maintainers = with maintainers; [ ];
maintainers = [ ];
};
}

View File

@ -41,6 +41,6 @@ mkDerivation rec {
description = "Clock app for plasma mobile";
homepage = "https://invent.kde.org/plasma-mobile/kclock";
license = licenses.gpl2Plus;
maintainers = with maintainers; [ ];
maintainers = [ ];
};
}

View File

@ -17,6 +17,6 @@ mkDerivation {
mainProgram = "kmahjongg";
homepage = "https://apps.kde.org/kmahjongg/";
license = with lib.licenses; [ gpl2 ];
maintainers = with lib.maintainers; [ ];
maintainers = [ ];
};
}

View File

@ -77,6 +77,6 @@ mkDerivation rec {
homepage = "https://apps.kde.org/koko/";
# LGPL-2.1-only OR LGPL-3.0-only OR LicenseRef-KDE-Accepted-LGPL
license = [ licenses.lgpl3Only licenses.lgpl21Only ];
maintainers = with maintainers; [ ];
maintainers = [ ];
};
}

View File

@ -26,6 +26,6 @@ mkDerivation {
description = "Galactic strategy game";
mainProgram = "konquest";
license = with lib.licenses; [ gpl2 ];
maintainers = with lib.maintainers; [ ];
maintainers = [ ];
};
}

View File

@ -38,6 +38,6 @@ mkDerivation rec {
mainProgram = "krecorder";
homepage = "https://invent.kde.org/plasma-mobile/krecorder";
license = licenses.gpl3Plus;
maintainers = with maintainers; [ ];
maintainers = [ ];
};
}

View File

@ -16,6 +16,6 @@ mkDerivation {
description = "Suduko game";
mainProgram = "ksudoku";
license = with lib.licenses; [ gpl2 ];
maintainers = with lib.maintainers; [ ];
maintainers = [ ];
};
}

View File

@ -43,6 +43,6 @@ mkDerivation rec {
homepage = "https://apps.kde.org/ktrip/";
# GPL-2.0-or-later
license = licenses.gpl2Plus;
maintainers = with maintainers; [ ];
maintainers = [ ];
};
}

View File

@ -44,6 +44,6 @@ mkDerivation rec {
mainProgram = "kweather";
homepage = "https://invent.kde.org/plasma-mobile/kweather";
license = with licenses; [ gpl2Plus cc-by-40 ];
maintainers = with maintainers; [ ];
maintainers = [ ];
};
}

View File

@ -20,6 +20,6 @@ mkDerivation {
];
meta = {
license = with lib.licenses; [ gpl2 ];
maintainers = with lib.maintainers; [ ];
maintainers = [ ];
};
}

View File

@ -9,7 +9,7 @@ mkDerivation {
pname = "libkmahjongg";
meta = {
license = with lib.licenses; [ gpl2 ];
maintainers = with lib.maintainers; [ ];
maintainers = [ ];
};
nativeBuildInputs = [ extra-cmake-modules kdoctools ];
buildInputs = [ kcompletion kconfig kconfigwidgets kcoreaddons ki18n

View File

@ -43,6 +43,6 @@ buildPythonPackage rec {
description = "Unified tool for collecting system logs and other debug information";
homepage = "https://github.com/sosreport/sos";
license = licenses.gpl2Only;
maintainers = with maintainers; [ ];
maintainers = [ ];
};
}

View File

@ -23,6 +23,6 @@ stdenv.mkDerivation rec {
homepage = "https://soxr.sourceforge.net";
license = licenses.lgpl21Plus;
platforms = platforms.unix ++ platforms.windows;
maintainers = with maintainers; [ ];
maintainers = [ ];
};
}

View File

@ -65,7 +65,7 @@ stdenv.mkDerivation rec {
homepage = "https://www.giuspen.com/cherrytree";
changelog = "https://raw.githubusercontent.com/giuspen/cherrytree/${version}/changelog.txt";
license = licenses.gpl3Plus;
maintainers = with maintainers; [ ];
maintainers = [ ];
platforms = platforms.unix;
};
}

View File

@ -23,7 +23,7 @@ stdenv.mkDerivation (finalAttrs: {
description = "Color theme generator for editors and terminal emulators";
homepage = "https://github.com/benbusby/colorstorm";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ ];
maintainers = [ ];
inherit (zig_0_9.meta) platforms;
mainProgram = "colorstorm";
};

View File

@ -31,7 +31,7 @@ buildPythonApplication rec {
mainProgram = "cum";
homepage = "https://github.com/Hamuko/cum";
license = licenses.asl20;
maintainers = with maintainers; [ ];
maintainers = [ ];
platforms = platforms.all;
};
}

View File

@ -28,6 +28,6 @@ python3.pkgs.buildPythonPackage rec {
mainProgram = "dict.cc.py";
homepage = "https://github.com/rbaron/dict.cc.py";
license = with licenses; [ cc0 ];
maintainers = with maintainers; [ ];
maintainers = [ ];
};
}

View File

@ -53,7 +53,7 @@ mkDerivation rec {
description = "Tool for diffing pdf files visually or textually";
mainProgram = "diffpdf";
license = lib.licenses.gpl2Plus;
maintainers = with lib.maintainers; [ ];
maintainers = [ ];
platforms = with lib.platforms; linux;
};
}

View File

@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
description = "Native Messaging Host for ff2mpv firefox addon";
homepage = "https://github.com/woodruffw/ff2mpv";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ ];
maintainers = [ ];
mainProgram = "ff2mpv.py";
};
}

View File

@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/buffet/filet";
license = licenses.mpl20;
platforms = platforms.all;
maintainers = with maintainers; [ ];
maintainers = [ ];
mainProgram = "filet";
};
}

View File

@ -19,6 +19,6 @@ buildGoModule rec {
description = "Simple text-based Minecraft modpack manager";
license = licenses.agpl3Plus;
homepage = src.meta.homepage;
maintainers = with maintainers; [ ];
maintainers = [ ];
};
}

View File

@ -21,7 +21,7 @@ buildGoModule rec {
homepage = "https://github.com/wakatara/harsh";
changelog = "https://github.com/wakatara/harsh/releases/tag/v${version}";
license = licenses.mit;
maintainers = with maintainers; [ ];
maintainers = [ ];
mainProgram = "harsh";
};
}

View File

@ -22,7 +22,7 @@ buildGoModule rec {
description = "Convert hcl2 to json";
homepage = "https://github.com/tmccombs/hcl2json";
license = licenses.asl20;
maintainers = with maintainers; [ ];
maintainers = [ ];
mainProgram = "hcl2json";
};
}

Some files were not shown because too many files have changed in this diff Show More