mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-17 22:28:55 +00:00
treewide: avoid using singleton lists for licenses
This commit is contained in:
@@ -180,7 +180,7 @@ stdenv.mkDerivation {
|
||||
meta = {
|
||||
description = "Native debugger extension for VSCode based on LLDB";
|
||||
homepage = "https://github.com/vadimcn/vscode-lldb";
|
||||
license = [ lib.licenses.mit ];
|
||||
license = lib.licenses.mit;
|
||||
maintainers = [ ];
|
||||
platforms = lib.platforms.all;
|
||||
};
|
||||
|
||||
@@ -243,7 +243,7 @@ lib.makeScope pkgs.newScope (
|
||||
broken = lib.versionOlder gimp.version "3";
|
||||
description = "Suite of gimp plugins for texture synthesis";
|
||||
homepage = "https://github.com/bootchk/resynthesizer";
|
||||
license = [ lib.licenses.gpl3Plus ];
|
||||
license = lib.licenses.gpl3Plus;
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
@@ -20,7 +20,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
|
||||
meta = {
|
||||
description = "Apple's actool reimplementation";
|
||||
homepage = "https://github.com/viraptor/actool";
|
||||
license = [ lib.licenses.mit ];
|
||||
license = lib.licenses.mit;
|
||||
mainProgram = "actool";
|
||||
maintainers = [ lib.maintainers.viraptor ];
|
||||
};
|
||||
|
||||
@@ -100,7 +100,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
description = "Aleph One is the open source continuation of Bungie’s Marathon 2 game engine";
|
||||
mainProgram = "alephone";
|
||||
homepage = "https://alephone.lhowon.org/";
|
||||
license = [ lib.licenses.gpl3 ];
|
||||
license = lib.licenses.gpl3;
|
||||
platforms = lib.platforms.linux;
|
||||
};
|
||||
|
||||
|
||||
@@ -55,7 +55,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
|
||||
meta = {
|
||||
description = "Auto Nix GC Root Retention";
|
||||
homepage = "https://github.com/linyinfeng/angrr";
|
||||
license = [ lib.licenses.mit ];
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ yinfeng ];
|
||||
platforms = with lib.platforms; linux ++ darwin;
|
||||
mainProgram = "angrr";
|
||||
|
||||
@@ -203,7 +203,7 @@ stdenvNoCC.mkDerivation (
|
||||
|
||||
meta = {
|
||||
homepage = "https://avaloniaui.net/";
|
||||
license = [ lib.licenses.mit ];
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ corngood ];
|
||||
description = "Cross-platform UI framework for dotnet";
|
||||
sourceProvenance = with lib.sourceTypes; [
|
||||
|
||||
@@ -62,7 +62,7 @@ stdenvNoCC.mkDerivation (finalAttrs: {
|
||||
changelog = "https://downloads.macbartender.com/B2/updates/${
|
||||
builtins.replaceStrings [ "." ] [ "-" ] finalAttrs.version
|
||||
}/rnotes.html";
|
||||
license = [ lib.licenses.unfree ];
|
||||
license = lib.licenses.unfree;
|
||||
sourceProvenance = [ lib.sourceTypes.binaryNativeCode ];
|
||||
maintainers = with lib.maintainers; [
|
||||
stepbrobd
|
||||
|
||||
@@ -163,7 +163,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
meta = {
|
||||
description = "Software modular synth with controllers support, scripting and VST";
|
||||
homepage = "https://www.bespokesynth.com/";
|
||||
license = [ lib.licenses.gpl3Plus ];
|
||||
license = lib.licenses.gpl3Plus;
|
||||
maintainers = with lib.maintainers; [
|
||||
astro
|
||||
tobiasBora
|
||||
|
||||
@@ -50,7 +50,7 @@ stdenvNoCC.mkDerivation (finalAttrs: {
|
||||
description = "Unlock your displays on your Mac! Flexible HiDPI scaling, XDR/HDR extra brightness, virtual screens, DDC control, extra dimming, PIP/streaming, EDID override and lots more";
|
||||
homepage = "https://betterdisplay.pro/";
|
||||
changelog = "https://github.com/waydabber/BetterDisplay/releases/tag/v${finalAttrs.version}";
|
||||
license = [ lib.licenses.unfree ];
|
||||
license = lib.licenses.unfree;
|
||||
sourceProvenance = [ lib.sourceTypes.binaryNativeCode ];
|
||||
maintainers = with lib.maintainers; [ DimitarNestorov ];
|
||||
platforms = lib.platforms.darwin;
|
||||
|
||||
@@ -32,7 +32,7 @@ rustPlatform.buildRustPackage {
|
||||
meta = {
|
||||
description = "CLI tool for bountybot.dev";
|
||||
homepage = "https://github.com/ghbountybot/cli";
|
||||
license = [ lib.licenses.mit ];
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ andrewgazelka ];
|
||||
mainProgram = "bounty";
|
||||
};
|
||||
|
||||
@@ -37,7 +37,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
|
||||
meta = {
|
||||
description = "Create software bill of materials (SBOM) for Rust";
|
||||
homepage = "https://github.com/psastras/sbom-rs";
|
||||
license = [ lib.licenses.mit ];
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [
|
||||
matthiasbeyer
|
||||
];
|
||||
|
||||
@@ -42,7 +42,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
|
||||
mainProgram = "cargo-shear";
|
||||
homepage = "https://github.com/Boshen/cargo-shear";
|
||||
changelog = "https://github.com/Boshen/cargo-shear/blob/v${finalAttrs.version}/CHANGELOG.md";
|
||||
license = [ lib.licenses.mit ];
|
||||
license = lib.licenses.mit;
|
||||
maintainers = [ lib.maintainers.cathalmullan ];
|
||||
};
|
||||
})
|
||||
|
||||
@@ -27,7 +27,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
|
||||
description = "Utility to produce some Sonar-compatible format from different Rust tools like cargo-clippy cargo-audit or cargo-outdated";
|
||||
mainProgram = "cargo-sonar";
|
||||
homepage = "https://gitlab.com/woshilapin/cargo-sonar";
|
||||
license = [ lib.licenses.mit ];
|
||||
license = lib.licenses.mit;
|
||||
maintainers = [ lib.maintainers.jonboh ];
|
||||
};
|
||||
})
|
||||
|
||||
@@ -87,7 +87,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
meta = {
|
||||
homepage = "https://github.com/Chowdhury-DSP/ChowKick";
|
||||
description = "Kick synthesizer based on old-school drum machine circuits";
|
||||
license = [ lib.licenses.bsd3 ];
|
||||
license = lib.licenses.bsd3;
|
||||
maintainers = [ lib.maintainers.magnetophon ];
|
||||
platforms = lib.platforms.linux;
|
||||
mainProgram = "ChowKick";
|
||||
|
||||
@@ -33,7 +33,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
meta = {
|
||||
description = "Scripts to save Google Chrome's bookmarks and history as HTML bookmarks files";
|
||||
homepage = "https://github.com/bdesham/chrome-export";
|
||||
license = [ lib.licenses.isc ];
|
||||
license = lib.licenses.isc;
|
||||
maintainers = [ lib.maintainers.bdesham ];
|
||||
platforms = python3.meta.platforms;
|
||||
};
|
||||
|
||||
@@ -224,7 +224,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
meta = {
|
||||
homepage = "https://github.com/linuxmint/cinnamon";
|
||||
description = "Cinnamon desktop environment";
|
||||
license = [ lib.licenses.gpl2 ];
|
||||
license = lib.licenses.gpl2;
|
||||
platforms = lib.platforms.linux;
|
||||
teams = [ lib.teams.cinnamon ];
|
||||
};
|
||||
|
||||
@@ -66,6 +66,6 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
description = "Embedded C/C++ web server";
|
||||
mainProgram = "civetweb";
|
||||
homepage = "https://github.com/civetweb/civetweb";
|
||||
license = [ lib.licenses.mit ];
|
||||
license = lib.licenses.mit;
|
||||
};
|
||||
})
|
||||
|
||||
@@ -29,7 +29,7 @@ rustPlatform.buildRustPackage {
|
||||
homepage = "https://github.com/9999years/claude-mergetool";
|
||||
changelog = "https://github.com/9999years/claude-mergetool/releases/tag/v${version}";
|
||||
description = "Resolve Git/jj merge conflicts automatically with claude-code";
|
||||
license = [ lib.licenses.mit ];
|
||||
license = lib.licenses.mit;
|
||||
maintainers = [ lib.maintainers._9999years ];
|
||||
mainProgram = "claude-mergetool";
|
||||
};
|
||||
|
||||
@@ -33,7 +33,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
|
||||
meta = {
|
||||
description = "Command Line Interactive Controller for Kubernetes";
|
||||
homepage = "https://github.com/databricks/click";
|
||||
license = [ lib.licenses.asl20 ];
|
||||
license = lib.licenses.asl20;
|
||||
maintainers = [ lib.maintainers.mbode ];
|
||||
mainProgram = "click";
|
||||
};
|
||||
|
||||
@@ -20,7 +20,7 @@ buildGoModule (finalAttrs: {
|
||||
meta = {
|
||||
description = "CLI for Apache CloudStack";
|
||||
homepage = "https://github.com/apache/cloudstack-cloudmonkey";
|
||||
license = [ lib.licenses.asl20 ];
|
||||
license = lib.licenses.asl20;
|
||||
maintainers = [ lib.maintainers.womfoo ];
|
||||
mainProgram = "cloudstack-cloudmonkey";
|
||||
};
|
||||
|
||||
@@ -26,7 +26,7 @@ stdenvNoCC.mkDerivation rec {
|
||||
meta = {
|
||||
description = "Chinese font that shows stroke order for HSK 1-4";
|
||||
homepage = "http://rtega.be/chmn/index.php?subpage=68";
|
||||
license = [ lib.licenses.arphicpl ];
|
||||
license = lib.licenses.arphicpl;
|
||||
maintainers = with lib.maintainers; [ johnazoidberg ];
|
||||
platforms = lib.platforms.all;
|
||||
};
|
||||
|
||||
@@ -50,7 +50,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
homepage = "https://github.com/cockpit-project/cockpit-files";
|
||||
changelog = "https://github.com/cockpit-project/cockpit-files/releases/tag/${finalAttrs.version}";
|
||||
platforms = lib.platforms.linux;
|
||||
license = [ lib.licenses.lgpl21 ];
|
||||
license = lib.licenses.lgpl21;
|
||||
teams = [ lib.teams.cockpit ];
|
||||
};
|
||||
})
|
||||
|
||||
@@ -61,7 +61,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
homepage = "https://github.com/cockpit-project/cockpit-machines";
|
||||
changelog = "https://github.com/cockpit-project/cockpit-machines/releases/tag/${finalAttrs.version}";
|
||||
platforms = lib.platforms.linux;
|
||||
license = [ lib.licenses.lgpl21 ];
|
||||
license = lib.licenses.lgpl21;
|
||||
teams = [ lib.teams.cockpit ];
|
||||
};
|
||||
})
|
||||
|
||||
@@ -57,7 +57,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
homepage = "https://github.com/cockpit-project/cockpit-podman";
|
||||
changelog = "https://github.com/cockpit-project/cockpit-podman/releases/tag/${finalAttrs.version}";
|
||||
platforms = lib.platforms.linux;
|
||||
license = [ lib.licenses.lgpl21 ];
|
||||
license = lib.licenses.lgpl21;
|
||||
teams = [ lib.teams.cockpit ];
|
||||
};
|
||||
})
|
||||
|
||||
@@ -25,7 +25,7 @@ buildGoModule (finalAttrs: {
|
||||
meta = {
|
||||
description = "Fast, indexed regexp search over large file trees";
|
||||
homepage = "https://github.com/google/codesearch";
|
||||
license = [ lib.licenses.bsd3 ];
|
||||
license = lib.licenses.bsd3;
|
||||
maintainers = with lib.maintainers; [ bennofs ];
|
||||
};
|
||||
})
|
||||
|
||||
@@ -56,6 +56,6 @@ python3Packages.buildPythonApplication (finalAttrs: {
|
||||
description = "Static code checker for C++";
|
||||
changelog = "https://github.com/cpplint/cpplint/releases/tag/${finalAttrs.version}";
|
||||
mainProgram = "cpplint";
|
||||
license = [ lib.licenses.bsd3 ];
|
||||
license = lib.licenses.bsd3;
|
||||
};
|
||||
})
|
||||
|
||||
@@ -51,7 +51,7 @@ stdenvNoCC.mkDerivation (finalAttrs: {
|
||||
description = "Find out what’s taking up your disk space and recover it in the most efficient and easy way";
|
||||
homepage = "https://daisydiskapp.com/";
|
||||
changelog = "https://daisydiskapp.com/releases";
|
||||
license = [ lib.licenses.unfree ];
|
||||
license = lib.licenses.unfree;
|
||||
sourceProvenance = [ lib.sourceTypes.binaryNativeCode ];
|
||||
maintainers = with lib.maintainers; [ DimitarNestorov ];
|
||||
platforms = lib.platforms.darwin;
|
||||
|
||||
@@ -43,7 +43,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
homepage = "https://bitbucket.org/piciji/denise";
|
||||
downloadPage = "https://sourceforge.net/projects/deniseemu/";
|
||||
description = "C64 / Amiga Emulator";
|
||||
license = [ lib.licenses.gpl3Plus ];
|
||||
license = lib.licenses.gpl3Plus;
|
||||
maintainers = [ lib.maintainers.matthewcroughan ];
|
||||
platforms = lib.platforms.linux;
|
||||
};
|
||||
|
||||
@@ -15,7 +15,7 @@ runCommand "descent3-${descent3-unwrapped.version}"
|
||||
meta = descent3-unwrapped.meta // {
|
||||
# The code that produces the wrapper is in the Nixpkgs repo, and the
|
||||
# Nixpkgs repo is MIT Licensed.
|
||||
license = [ lib.licenses.mit ];
|
||||
license = lib.licenses.mit;
|
||||
longDescription = ''
|
||||
Playing Descent 3 using the Nix package manager is a little bit awkward
|
||||
at the moment. This wrapper makes it slightly less awkward. Here’s how
|
||||
|
||||
@@ -61,7 +61,7 @@ replaceVarsWith {
|
||||
not intercept these calls, builds made on different kernels will produce
|
||||
different results.
|
||||
'';
|
||||
license = [ lib.licenses.mit ];
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ artturin ];
|
||||
platforms = lib.platforms.all;
|
||||
};
|
||||
|
||||
@@ -30,7 +30,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
description = "Fast, powerful, and feature-rich Lua formatting and checking tool";
|
||||
mainProgram = "CodeFormat";
|
||||
platforms = lib.platforms.unix;
|
||||
license = [ lib.licenses.mit ];
|
||||
license = lib.licenses.mit;
|
||||
maintainers = [ lib.maintainers.nobbz ];
|
||||
};
|
||||
})
|
||||
|
||||
@@ -84,7 +84,7 @@ stdenvNoCC.mkDerivation (finalAttrs: {
|
||||
description = "Choose your own safest place to store passwords";
|
||||
homepage = "https://www.enpass.io";
|
||||
changelog = "https://www.enpass.io/release-notes/macos-website-ver/";
|
||||
license = [ lib.licenses.unfree ];
|
||||
license = lib.licenses.unfree;
|
||||
sourceProvenance = [ lib.sourceTypes.binaryNativeCode ];
|
||||
maintainers = with lib.maintainers; [ DimitarNestorov ];
|
||||
platforms = lib.platforms.darwin;
|
||||
|
||||
@@ -27,7 +27,7 @@ buildGoModule {
|
||||
homepage = "https://github.com/Arachnid/evmdis";
|
||||
description = "Ethereum EVM disassembler";
|
||||
mainProgram = "evmdis";
|
||||
license = [ lib.licenses.asl20 ];
|
||||
license = lib.licenses.asl20;
|
||||
maintainers = with lib.maintainers; [ asymmetric ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -79,7 +79,7 @@ rustPlatform.buildRustPackage rec {
|
||||
meta = {
|
||||
description = "Federated E-Cash Mint";
|
||||
homepage = "https://github.com/fedimint/fedimint";
|
||||
license = [ lib.licenses.mit ];
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ dpc ];
|
||||
mainProgram = "fedimint-cli";
|
||||
};
|
||||
|
||||
@@ -40,7 +40,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
aanderse
|
||||
McSinyx
|
||||
];
|
||||
license = [ lib.licenses.gpl3Plus ];
|
||||
license = lib.licenses.gpl3Plus;
|
||||
platforms = lib.platforms.unix;
|
||||
};
|
||||
})
|
||||
|
||||
@@ -28,7 +28,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
aanderse
|
||||
McSinyx
|
||||
];
|
||||
license = [ lib.licenses.cc-by-sa-30 ];
|
||||
license = lib.licenses.cc-by-sa-30;
|
||||
platforms = lib.platforms.unix;
|
||||
};
|
||||
})
|
||||
|
||||
@@ -91,7 +91,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
mainProgram = "flatcc";
|
||||
homepage = "https://github.com/dvidelabs/flatcc";
|
||||
changelog = "https://github.com/dvidelabs/flatcc/blob/${finalAttrs.src.tag}/CHANGELOG.md";
|
||||
license = [ lib.licenses.asl20 ];
|
||||
license = lib.licenses.asl20;
|
||||
maintainers = with lib.maintainers; [ onny ];
|
||||
};
|
||||
})
|
||||
|
||||
@@ -58,7 +58,7 @@ python3Packages.buildPythonApplication (finalAttrs: {
|
||||
description = "Fortran documentation system";
|
||||
mainProgram = "ford";
|
||||
homepage = "https://github.com/Fortran-FOSS-Programmers/ford";
|
||||
license = [ lib.licenses.gpl3Only ];
|
||||
license = lib.licenses.gpl3Only;
|
||||
maintainers = [ lib.maintainers.sheepforce ];
|
||||
};
|
||||
})
|
||||
|
||||
@@ -54,7 +54,7 @@ python3Packages.buildPythonApplication (finalAttrs: {
|
||||
description = "Fortran Language Server";
|
||||
mainProgram = "fortls";
|
||||
homepage = "https://github.com/fortran-lang/fortls";
|
||||
license = [ lib.licenses.mit ];
|
||||
license = lib.licenses.mit;
|
||||
maintainers = [ lib.maintainers.sheepforce ];
|
||||
};
|
||||
})
|
||||
|
||||
@@ -25,7 +25,7 @@ python3Packages.buildPythonApplication (finalAttrs: {
|
||||
description = "FORTRAN Language Server for the Language Server Protocol";
|
||||
mainProgram = "fortls";
|
||||
homepage = "https://pypi.org/project/fortran-language-server/";
|
||||
license = [ lib.licenses.mit ];
|
||||
license = lib.licenses.mit;
|
||||
maintainers = [ lib.maintainers.sheepforce ];
|
||||
};
|
||||
})
|
||||
|
||||
@@ -57,6 +57,6 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
meta = {
|
||||
description = "Open source panorama viewer using GL";
|
||||
homepage = "https://freepv.sourceforge.net/";
|
||||
license = [ lib.licenses.lgpl21 ];
|
||||
license = lib.licenses.lgpl21;
|
||||
};
|
||||
})
|
||||
|
||||
@@ -34,7 +34,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
changelog = "https://codeberg.org/dnkl/fyi/releases/tag/${finalAttrs.version}";
|
||||
description = "Command line utility to create desktop notifications";
|
||||
homepage = "https://codeberg.org/dnkl/fyi";
|
||||
license = [ lib.licenses.mit ];
|
||||
license = lib.licenses.mit;
|
||||
mainProgram = "fyi";
|
||||
maintainers = with lib.maintainers; [ marnym ];
|
||||
platforms = lib.platforms.linux;
|
||||
|
||||
@@ -27,7 +27,7 @@ buildGoModule {
|
||||
meta = {
|
||||
homepage = "https://github.com/yandex-cloud/geesefs";
|
||||
description = "Finally, a good FUSE FS implementation over S3";
|
||||
license = [ lib.licenses.mit ];
|
||||
license = lib.licenses.mit;
|
||||
maintainers = [ lib.maintainers.flokli ];
|
||||
platforms = lib.platforms.unix;
|
||||
mainProgram = "geesefs";
|
||||
|
||||
@@ -49,7 +49,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
|
||||
meta = {
|
||||
homepage = "https://github.com/tummychow/git-absorb";
|
||||
description = "git commit --fixup, but automatic";
|
||||
license = [ lib.licenses.bsd3 ];
|
||||
license = lib.licenses.bsd3;
|
||||
maintainers = with lib.maintainers; [
|
||||
matthiasbeyer
|
||||
];
|
||||
|
||||
@@ -57,7 +57,7 @@ rustPlatform.buildRustPackage {
|
||||
homepage = "https://github.com/9999years/git-gr";
|
||||
changelog = "https://github.com/9999years/git-gr/releases/tag/v${version}";
|
||||
description = "Gerrit CLI client";
|
||||
license = [ lib.licenses.mit ];
|
||||
license = lib.licenses.mit;
|
||||
maintainers = [ lib.maintainers._9999years ];
|
||||
mainProgram = "git-gr";
|
||||
};
|
||||
|
||||
@@ -43,7 +43,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
|
||||
meta = {
|
||||
homepage = "https://github.com/jdrouet/git-metrics";
|
||||
description = "Git extension to be able to track metrics about your project, within the git repository";
|
||||
license = [ lib.licenses.mit ];
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [
|
||||
matthiasbeyer
|
||||
];
|
||||
|
||||
@@ -29,7 +29,7 @@ rustPlatform.buildRustPackage {
|
||||
lib.maintainers.qyriad
|
||||
lib.maintainers.philiptaron
|
||||
];
|
||||
license = [ lib.licenses.mit ];
|
||||
license = lib.licenses.mit;
|
||||
sourceProvenance = [ lib.sourceTypes.fromSource ];
|
||||
platforms = lib.platforms.all;
|
||||
mainProgram = "git-point";
|
||||
|
||||
@@ -53,7 +53,7 @@ rustPlatform.buildRustPackage {
|
||||
homepage = "https://github.com/9999years/git-prole";
|
||||
changelog = "https://github.com/9999years/git-prole/releases/tag/v${version}";
|
||||
description = "`git-worktree(1)` manager";
|
||||
license = [ lib.licenses.mit ];
|
||||
license = lib.licenses.mit;
|
||||
maintainers = [ lib.maintainers._9999years ];
|
||||
mainProgram = "git-prole";
|
||||
};
|
||||
|
||||
@@ -22,7 +22,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
|
||||
homepage = "https://github.com/9999years/git-upstream";
|
||||
changelog = "https://github.com/9999years/git-upstream/releases/tag/v${finalAttrs.version}";
|
||||
description = "Shortcut for `git push --set-upstream`";
|
||||
license = [ lib.licenses.mit ];
|
||||
license = lib.licenses.mit;
|
||||
maintainers = [ lib.maintainers._9999years ];
|
||||
mainProgram = "git-upstream";
|
||||
};
|
||||
|
||||
@@ -26,7 +26,7 @@ rustPlatform.buildRustPackage {
|
||||
meta = {
|
||||
homepage = "https://github.com/prasmussen/git-vanity-hash";
|
||||
description = "Tool for creating commit hashes with a specific prefix";
|
||||
license = [ lib.licenses.mit ];
|
||||
license = lib.licenses.mit;
|
||||
maintainers = [ lib.maintainers.kaction ];
|
||||
mainProgram = "git-vanity-hash";
|
||||
};
|
||||
|
||||
@@ -29,7 +29,7 @@ buildGoModule {
|
||||
meta = {
|
||||
homepage = "https://github.com/kahing/goofys";
|
||||
description = "High-performance, POSIX-ish Amazon S3 file system written in Go";
|
||||
license = [ lib.licenses.mit ];
|
||||
license = lib.licenses.mit;
|
||||
maintainers = [ ];
|
||||
broken = stdenv.hostPlatform.isDarwin; # needs to update gopsutil to at least v3.21.3 to include https://github.com/shirou/gopsutil/pull/1042
|
||||
mainProgram = "goofys";
|
||||
|
||||
@@ -16,7 +16,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
meta = {
|
||||
homepage = "https://tamentis.com/projects/mdp/";
|
||||
changelog = "https://github.com/tamentis/mdp/releases/tag/v${finalAttrs.version}";
|
||||
license = [ lib.licenses.isc ];
|
||||
license = lib.licenses.isc;
|
||||
description = "Manage your passwords with GnuPG and a text editor";
|
||||
};
|
||||
|
||||
|
||||
@@ -36,7 +36,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
|
||||
meta = {
|
||||
description = "Library for Green’s function based electronic structure theory calculations";
|
||||
license = [ lib.licenses.asl20 ];
|
||||
license = lib.licenses.asl20;
|
||||
homepage = "https://github.com/nomad-coe/greenX";
|
||||
platforms = lib.platforms.linux;
|
||||
maintainers = [ lib.maintainers.sheepforce ];
|
||||
|
||||
@@ -44,7 +44,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
meta = {
|
||||
description = "Grey and blue theme from the Shimmer Project for GTK-based environments";
|
||||
homepage = "https://github.com/shimmerproject/Greybird";
|
||||
license = [ lib.licenses.gpl2Plus ]; # or alternatively: cc-by-nc-sa-30 or later
|
||||
license = lib.licenses.gpl2Plus; # or alternatively: cc-by-nc-sa-30 or later
|
||||
platforms = lib.platforms.linux;
|
||||
maintainers = [ lib.maintainers.romildo ];
|
||||
};
|
||||
|
||||
@@ -88,7 +88,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
'';
|
||||
homepage = "https://github.com/jeffpc/guilt";
|
||||
maintainers = with lib.maintainers; [ javimerino ];
|
||||
license = [ lib.licenses.gpl2 ];
|
||||
license = lib.licenses.gpl2;
|
||||
platforms = lib.platforms.all;
|
||||
mainProgram = "guilt";
|
||||
};
|
||||
|
||||
@@ -115,7 +115,7 @@ python3Packages.buildPythonApplication rec {
|
||||
meta = {
|
||||
description = "Tastiest API documentation system";
|
||||
homepage = "https://hotdoc.github.io/";
|
||||
license = [ lib.licenses.lgpl21Plus ];
|
||||
license = lib.licenses.lgpl21Plus;
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -48,7 +48,7 @@ let
|
||||
meta = {
|
||||
description = "Build tool to run Flutter applications on desktop";
|
||||
homepage = "https://github.com/go-flutter-desktop/hover";
|
||||
license = [ lib.licenses.bsd3 ];
|
||||
license = lib.licenses.bsd3;
|
||||
platforms = lib.platforms.linux;
|
||||
maintainers = [ lib.maintainers.ericdallo ];
|
||||
};
|
||||
|
||||
@@ -884,7 +884,7 @@ rec {
|
||||
meta = {
|
||||
description = "Hunspell dictionary for Russian, updated version as used in Mozilla products";
|
||||
homepage = "https://github.com/Goudron/ru-spelling-dictionary";
|
||||
license = [ lib.licenses.mpl20 ];
|
||||
license = lib.licenses.mpl20;
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
@@ -31,7 +31,7 @@ python3Packages.buildPythonApplication (finalAttrs: {
|
||||
meta = {
|
||||
description = "Apple's ibtool reimplementation";
|
||||
homepage = "https://github.com/viraptor/ibtool";
|
||||
license = [ lib.licenses.mit ];
|
||||
license = lib.licenses.mit;
|
||||
mainProgram = "ibtool";
|
||||
maintainers = [ lib.maintainers.viraptor ];
|
||||
};
|
||||
|
||||
@@ -21,7 +21,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
|
||||
description = "Interactively kill running processes";
|
||||
homepage = "https://github.com/pombadev/ikill";
|
||||
maintainers = with lib.maintainers; [ zendo ];
|
||||
license = [ lib.licenses.mit ];
|
||||
license = lib.licenses.mit;
|
||||
platforms = lib.platforms.linux;
|
||||
mainProgram = "ikill";
|
||||
};
|
||||
|
||||
@@ -45,7 +45,7 @@ stdenvNoCC.mkDerivation {
|
||||
meta = {
|
||||
homepage = "https://github.com/joielechong/iso-country-flags-svg-collection";
|
||||
description = "248 country flag SVG & PNG icons with different icon styles";
|
||||
license = [ lib.licenses.publicDomain ];
|
||||
license = lib.licenses.publicDomain;
|
||||
platforms = lib.platforms.linux; # the output assets should work anywhere, but unsure about the tools to build them...
|
||||
maintainers = [ lib.maintainers.mkg20001 ];
|
||||
};
|
||||
|
||||
@@ -56,7 +56,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
PowerUser64
|
||||
l1npengtul
|
||||
];
|
||||
license = [ lib.licenses.mit ];
|
||||
license = lib.licenses.mit;
|
||||
platforms = lib.platforms.linux;
|
||||
};
|
||||
})
|
||||
|
||||
@@ -33,7 +33,7 @@ stdenv.mkDerivation {
|
||||
description = "Font containing stroke order diagrams for over 6500 kanji, 180 kana and other characters";
|
||||
homepage = "https://www.kanji.uk/";
|
||||
|
||||
license = [ lib.licenses.bsd3 ];
|
||||
license = lib.licenses.bsd3;
|
||||
maintainers = with lib.maintainers; [
|
||||
ptrhlm
|
||||
stephen-huan
|
||||
|
||||
@@ -29,7 +29,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
|
||||
description = "Keyoxide profile generator CLI using ASPE";
|
||||
mainProgram = "kx-aspe";
|
||||
platforms = lib.platforms.linux;
|
||||
license = [ lib.licenses.asl20 ];
|
||||
license = lib.licenses.asl20;
|
||||
maintainers = [ lib.maintainers.nobbz ];
|
||||
};
|
||||
})
|
||||
|
||||
@@ -60,7 +60,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
meta = {
|
||||
description = "Library of routines that help solvers work with AMPL";
|
||||
homepage = "https://ampl.com/netlib/ampl/";
|
||||
license = [ lib.licenses.mit ];
|
||||
license = lib.licenses.mit;
|
||||
platforms = lib.platforms.unix;
|
||||
maintainers = with lib.maintainers; [ aanderse ];
|
||||
# generates header at compile time
|
||||
|
||||
@@ -27,7 +27,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
description = "Library and command-line utility for reading GDSII geometry files";
|
||||
mainProgram = "GDSIIConvert";
|
||||
homepage = "https://github.com/HomerReid/libGDSII";
|
||||
license = [ lib.licenses.gpl2Only ];
|
||||
license = lib.licenses.gpl2Only;
|
||||
maintainers = with lib.maintainers; [
|
||||
sheepforce
|
||||
markuskowa
|
||||
|
||||
@@ -32,7 +32,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
meta = {
|
||||
description = "High-performance path dispatching library";
|
||||
homepage = "https://github.com/c9s/r3";
|
||||
license = [ lib.licenses.mit ];
|
||||
license = lib.licenses.mit;
|
||||
};
|
||||
|
||||
})
|
||||
|
||||
@@ -34,7 +34,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
meta = {
|
||||
homepage = "https://sortix.org/libz/";
|
||||
description = "Clean fork of zlib";
|
||||
license = [ lib.licenses.zlib ];
|
||||
license = lib.licenses.zlib;
|
||||
maintainers = [ ];
|
||||
platforms = lib.platforms.unix;
|
||||
};
|
||||
|
||||
@@ -86,7 +86,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
meta = {
|
||||
description = "Library to Instrument Executable Formats";
|
||||
homepage = "https://lief.quarkslab.com/";
|
||||
license = [ lib.licenses.asl20 ];
|
||||
license = lib.licenses.asl20;
|
||||
platforms = with lib.platforms; linux ++ darwin;
|
||||
maintainers = with lib.maintainers; [
|
||||
lassulus
|
||||
|
||||
@@ -23,7 +23,7 @@ replaceVarsWith {
|
||||
meta = {
|
||||
description = "Prints certain LSB (Linux Standard Base) and Distribution information";
|
||||
mainProgram = "lsb_release";
|
||||
license = [ lib.licenses.mit ];
|
||||
license = lib.licenses.mit;
|
||||
maintainers = [ ];
|
||||
platforms = lib.platforms.linux;
|
||||
};
|
||||
|
||||
@@ -79,7 +79,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
meta = {
|
||||
description = "MATE default window manager";
|
||||
homepage = "https://github.com/mate-desktop/marco";
|
||||
license = [ lib.licenses.gpl2Plus ];
|
||||
license = lib.licenses.gpl2Plus;
|
||||
platforms = lib.platforms.unix;
|
||||
teams = [ lib.teams.mate ];
|
||||
};
|
||||
|
||||
@@ -50,7 +50,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
meta = {
|
||||
description = "Calculator for the MATE desktop";
|
||||
homepage = "https://mate-desktop.org";
|
||||
license = [ lib.licenses.gpl2Plus ];
|
||||
license = lib.licenses.gpl2Plus;
|
||||
platforms = lib.platforms.linux;
|
||||
teams = [ lib.teams.mate ];
|
||||
};
|
||||
|
||||
@@ -43,7 +43,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
meta = {
|
||||
description = "Integrates polkit authentication for MATE desktop";
|
||||
homepage = "https://mate-desktop.org";
|
||||
license = [ lib.licenses.gpl2Plus ];
|
||||
license = lib.licenses.gpl2Plus;
|
||||
platforms = lib.platforms.unix;
|
||||
teams = [ lib.teams.mate ];
|
||||
};
|
||||
|
||||
@@ -62,7 +62,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
description = "System monitor for the MATE desktop";
|
||||
mainProgram = "mate-system-monitor";
|
||||
homepage = "https://mate-desktop.org";
|
||||
license = [ lib.licenses.gpl2Plus ];
|
||||
license = lib.licenses.gpl2Plus;
|
||||
platforms = lib.platforms.unix;
|
||||
teams = [ lib.teams.mate ];
|
||||
};
|
||||
|
||||
@@ -85,7 +85,7 @@ python3Packages.buildPythonApplication rec {
|
||||
description = "Tweak tool for the MATE Desktop";
|
||||
homepage = "https://github.com/ubuntu-mate/mate-tweak";
|
||||
changelog = "https://github.com/ubuntu-mate/mate-tweak/releases/tag/${version}";
|
||||
license = [ lib.licenses.gpl2Plus ];
|
||||
license = lib.licenses.gpl2Plus;
|
||||
platforms = lib.platforms.linux;
|
||||
teams = [ lib.teams.mate ];
|
||||
};
|
||||
|
||||
@@ -21,7 +21,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
|
||||
description = "mdbook preprocessor to add a open-on-github link on every page";
|
||||
mainProgram = "mdbook-open-on-gh";
|
||||
homepage = "https://github.com/badboy/mdbook-open-on-gh";
|
||||
license = [ lib.licenses.mpl20 ];
|
||||
license = lib.licenses.mpl20;
|
||||
maintainers = with lib.maintainers; [ matthiasbeyer ];
|
||||
};
|
||||
})
|
||||
|
||||
@@ -43,7 +43,7 @@ rustPlatform.buildRustPackage rec {
|
||||
mainProgram = "mdbook";
|
||||
homepage = "https://github.com/rust-lang/mdBook";
|
||||
changelog = "https://github.com/rust-lang/mdBook/blob/v${version}/CHANGELOG.md";
|
||||
license = [ lib.licenses.mpl20 ];
|
||||
license = lib.licenses.mpl20;
|
||||
maintainers = with lib.maintainers; [
|
||||
Frostman
|
||||
matthiasbeyer
|
||||
|
||||
@@ -39,7 +39,7 @@ python3Packages.buildPythonApplication {
|
||||
meta = {
|
||||
description = "Open files by MIME-type or file name using regular expressions";
|
||||
homepage = "https://xyne.dev/projects/mimeo/";
|
||||
license = [ lib.licenses.gpl2Only ];
|
||||
license = lib.licenses.gpl2Only;
|
||||
maintainers = [ lib.maintainers.rycee ];
|
||||
platforms = lib.platforms.unix;
|
||||
mainProgram = "mimeo";
|
||||
|
||||
@@ -39,7 +39,7 @@ stdenv.mkDerivation {
|
||||
meta = {
|
||||
description = "Assortment of scripts around Git";
|
||||
homepage = "https://github.com/da-x/misc-gitology";
|
||||
license = [ lib.licenses.bsd2 ];
|
||||
license = lib.licenses.bsd2;
|
||||
maintainers = [ lib.maintainers._9999years ];
|
||||
};
|
||||
|
||||
|
||||
@@ -30,7 +30,7 @@ stdenv.mkDerivation {
|
||||
meta = {
|
||||
description = "Http multipart parser implemented in C";
|
||||
homepage = "https://github.com/iafonov/multipart-parser-c";
|
||||
license = [ lib.licenses.mit ];
|
||||
license = lib.licenses.mit;
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
@@ -114,7 +114,7 @@ python3Packages.buildPythonApplication (finalAttrs: {
|
||||
'';
|
||||
homepage = "https://multiqc.info";
|
||||
changelog = "https://github.com/MultiQC/MultiQC/releases/tag/v${finalAttrs.version}/";
|
||||
license = [ lib.licenses.gpl3Plus ];
|
||||
license = lib.licenses.gpl3Plus;
|
||||
maintainers = [ lib.maintainers.apraga ];
|
||||
mainProgram = "multiqc";
|
||||
platforms = lib.platforms.unix;
|
||||
|
||||
@@ -26,7 +26,7 @@ buildGoModule (finalAttrs: {
|
||||
meta = {
|
||||
homepage = "https://github.com/cbroglie/mustache";
|
||||
description = "Mustache template language in Go";
|
||||
license = [ lib.licenses.mit ];
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ Zimmi48 ];
|
||||
mainProgram = "mustache";
|
||||
};
|
||||
|
||||
@@ -25,6 +25,6 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
maintainers = [ lib.maintainers.viraptor ];
|
||||
description = "Neural Amp Modeler LV2 plugin implementation";
|
||||
homepage = finalAttrs.src.meta.homepage;
|
||||
license = [ lib.licenses.gpl3 ];
|
||||
license = lib.licenses.gpl3;
|
||||
};
|
||||
})
|
||||
|
||||
@@ -197,7 +197,7 @@ buildDotnetModule (finalAttrs: {
|
||||
mainProgram = "NexusMods.App";
|
||||
homepage = "https://github.com/Nexus-Mods/NexusMods.App";
|
||||
changelog = "https://github.com/Nexus-Mods/NexusMods.App/releases/tag/${finalAttrs.src.tag}";
|
||||
license = [ lib.licenses.gpl3Plus ];
|
||||
license = lib.licenses.gpl3Plus;
|
||||
maintainers = with lib.maintainers; [
|
||||
l0b0
|
||||
MattSturgeon
|
||||
|
||||
@@ -23,7 +23,7 @@ buildNimPackage (
|
||||
meta = final.src.meta // {
|
||||
description = "Nim package cloner";
|
||||
mainProgram = "atlas";
|
||||
license = [ lib.licenses.mit ];
|
||||
license = lib.licenses.mit;
|
||||
};
|
||||
}
|
||||
)
|
||||
|
||||
@@ -46,7 +46,7 @@ buildNimPackage (finalAttrs: {
|
||||
finalAttrs.src.meta // {
|
||||
description = "Nim based tiling window manager";
|
||||
platforms = lib.platforms.linux;
|
||||
license = [ lib.licenses.gpl2 ];
|
||||
license = lib.licenses.gpl2;
|
||||
maintainers = [ lib.maintainers.marcusramberg ];
|
||||
mainProgram = "nimdow";
|
||||
};
|
||||
|
||||
@@ -39,7 +39,7 @@ stdenvNoCC.mkDerivation (finalAttrs: {
|
||||
meta = {
|
||||
description = "udev rules for Nitrokey devices";
|
||||
homepage = "https://github.com/Nitrokey/nitrokey-udev-rules";
|
||||
license = [ lib.licenses.cc0 ];
|
||||
license = lib.licenses.cc0;
|
||||
maintainers = with lib.maintainers; [
|
||||
robinkrahl
|
||||
];
|
||||
|
||||
@@ -33,7 +33,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
|
||||
description = "`nix` and `nix-shell` wrapper for shells other than `bash`";
|
||||
homepage = "https://github.com/MercuryTechnologies/nix-your-shell";
|
||||
changelog = "https://github.com/MercuryTechnologies/nix-your-shell/releases/tag/v${finalAttrs.version}";
|
||||
license = [ lib.licenses.mit ];
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ _9999years ];
|
||||
};
|
||||
})
|
||||
|
||||
@@ -21,7 +21,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
|
||||
description = "Generate documentation for Nix functions";
|
||||
mainProgram = "nixdoc";
|
||||
homepage = "https://github.com/nix-community/nixdoc";
|
||||
license = [ lib.licenses.gpl3 ];
|
||||
license = lib.licenses.gpl3;
|
||||
maintainers = with lib.maintainers; [
|
||||
infinisil
|
||||
hsjobeki
|
||||
|
||||
@@ -73,7 +73,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
homepage = "https://nmh.nongnu.org/";
|
||||
downloadPage = "https://download.savannah.nongnu.org/releases/nmh/";
|
||||
changelog = "https://savannah.nongnu.org/news/?group=nmh";
|
||||
license = [ lib.licenses.bsd3 ];
|
||||
license = lib.licenses.bsd3;
|
||||
longDescription = ''
|
||||
This is the nmh mail user agent (reader/sender), a command-line based
|
||||
mail reader that is powerful and extensible. nmh is an excellent choice
|
||||
|
||||
@@ -31,7 +31,7 @@ stdenvNoCC.mkDerivation {
|
||||
meta = {
|
||||
description = "Monochrome emoji font";
|
||||
homepage = "https://fonts.google.com/noto/specimen/Noto+Emoji";
|
||||
license = [ lib.licenses.ofl ];
|
||||
license = lib.licenses.ofl;
|
||||
maintainers = [ lib.maintainers.nicoo ];
|
||||
|
||||
platforms = lib.platforms.all;
|
||||
|
||||
@@ -38,7 +38,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
|
||||
description = "Introspecting Docker images as easy as using Git";
|
||||
homepage = "https://github.com/Virviil/oci2git";
|
||||
changelog = "https://github.com/Virviil/oci2git/releases/tag/v${finalAttrs.version}";
|
||||
license = [ lib.licenses.mit ];
|
||||
license = lib.licenses.mit;
|
||||
maintainers = [ lib.maintainers.kpbaks ];
|
||||
mainProgram = "oci2git";
|
||||
platforms = lib.platforms.all;
|
||||
|
||||
@@ -34,7 +34,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
changelog = "https://github.com/AcademySoftwareFoundation/openapv/releases/tag/v${finalAttrs.version}";
|
||||
description = "Reference implementation of the APV codec";
|
||||
homepage = "https://github.com/AcademySoftwareFoundation/openapv";
|
||||
license = [ lib.licenses.bsd3 ];
|
||||
license = lib.licenses.bsd3;
|
||||
maintainers = with lib.maintainers; [ pyrox0 ];
|
||||
};
|
||||
})
|
||||
|
||||
@@ -39,7 +39,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
|
||||
meta = {
|
||||
description = "Common orbital optimisation algorithms for quantum chemistry";
|
||||
license = [ lib.licenses.mpl20 ];
|
||||
license = lib.licenses.mpl20;
|
||||
homepage = "https://github.com/susilehtola/OpenOrbitalOptimizer";
|
||||
platforms = lib.platforms.linux;
|
||||
maintainers = [ lib.maintainers.sheepforce ];
|
||||
|
||||
@@ -116,7 +116,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
meta = {
|
||||
description = "OpenTelemetry C++ Client Library";
|
||||
homepage = "https://github.com/open-telemetry/opentelemetry-cpp";
|
||||
license = [ lib.licenses.asl20 ];
|
||||
license = lib.licenses.asl20;
|
||||
maintainers = with lib.maintainers; [
|
||||
jfroche
|
||||
panicgh
|
||||
|
||||
@@ -50,7 +50,7 @@ stdenvNoCC.mkDerivation (finalAttrs: {
|
||||
homepage = "https://github.com/zephyris/openttd-ttf";
|
||||
changelog = "https://github.com/zephyris/openttd-ttf/releases/tag/${finalAttrs.version}";
|
||||
description = "TrueType typefaces for text in a pixel art style, designed for use in OpenTTD";
|
||||
license = [ lib.licenses.gpl2 ];
|
||||
license = lib.licenses.gpl2;
|
||||
platforms = lib.platforms.all;
|
||||
maintainers = [ lib.maintainers.sfrijters ];
|
||||
};
|
||||
|
||||
@@ -33,7 +33,7 @@ buildGoModule (finalAttrs: {
|
||||
homepage = "https://github.com/letsencrypt/pebble";
|
||||
description = "Small RFC 8555 ACME test server";
|
||||
longDescription = "Miniature version of Boulder, Pebble is a small RFC 8555 ACME test server not suited for a production CA";
|
||||
license = [ lib.licenses.mpl20 ];
|
||||
license = lib.licenses.mpl20;
|
||||
mainProgram = "pebble";
|
||||
teams = [ lib.teams.acme ];
|
||||
};
|
||||
|
||||
@@ -31,6 +31,6 @@ perlPackages.buildPerlPackage rec {
|
||||
homepage = "https://github.com/cosimo/pgtop";
|
||||
changelog = "https://github.com/cosimo/pgtop/releases/tag/v${version}";
|
||||
maintainers = [ lib.maintainers.hagl ];
|
||||
license = [ lib.licenses.gpl2Only ];
|
||||
license = lib.licenses.gpl2Only;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -48,7 +48,7 @@ buildNpmPackage rec {
|
||||
homepage = "https://github.com/TeamPiped/Piped";
|
||||
description = "Efficient and privacy-friendly YouTube frontend";
|
||||
maintainers = [ ];
|
||||
license = [ lib.licenses.agpl3Plus ];
|
||||
license = lib.licenses.agpl3Plus;
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
@@ -19,7 +19,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
|
||||
meta = {
|
||||
description = "Public Key Addressable Resource Records (sovereign TLDs) ";
|
||||
homepage = "https://github.com/pubky/pkarr";
|
||||
license = [ lib.licenses.mit ];
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ dpc ];
|
||||
mainProgram = "pkarr-server";
|
||||
};
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user