treewide: remove with lib;
Removed from packages where I am a maintainer.
This commit is contained in:
parent
0e6cba69ce
commit
dad83e38b1
@ -75,7 +75,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
|
|||||||
updateScript = nix-update-script { };
|
updateScript = nix-update-script { };
|
||||||
};
|
};
|
||||||
|
|
||||||
meta = with lib; {
|
meta = {
|
||||||
description = "Code formatting platform written in Rust";
|
description = "Code formatting platform written in Rust";
|
||||||
longDescription = ''
|
longDescription = ''
|
||||||
dprint is a pluggable and configurable code formatting platform written in Rust.
|
dprint is a pluggable and configurable code formatting platform written in Rust.
|
||||||
@ -84,8 +84,8 @@ rustPlatform.buildRustPackage (finalAttrs: {
|
|||||||
'';
|
'';
|
||||||
changelog = "https://github.com/dprint/dprint/releases/tag/${finalAttrs.version}";
|
changelog = "https://github.com/dprint/dprint/releases/tag/${finalAttrs.version}";
|
||||||
homepage = "https://dprint.dev";
|
homepage = "https://dprint.dev";
|
||||||
license = licenses.mit;
|
license = lib.licenses.mit;
|
||||||
maintainers = with maintainers; [
|
maintainers = with lib.maintainers; [
|
||||||
khushraj
|
khushraj
|
||||||
kachick
|
kachick
|
||||||
phanirithvij
|
phanirithvij
|
||||||
|
|||||||
@ -24,11 +24,11 @@ stdenvNoCC.mkDerivation rec {
|
|||||||
runHook postInstall
|
runHook postInstall
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = with lib; {
|
meta = {
|
||||||
description = "Composite font of IBM Plex Mono, IBM Plex Sans JP and hidden full-width space";
|
description = "Composite font of IBM Plex Mono, IBM Plex Sans JP and hidden full-width space";
|
||||||
homepage = "https://github.com/yuru7/PlemolJP";
|
homepage = "https://github.com/yuru7/PlemolJP";
|
||||||
license = licenses.ofl;
|
license = lib.licenses.ofl;
|
||||||
platforms = platforms.all;
|
platforms = lib.platforms.all;
|
||||||
maintainers = with maintainers; [ kachick ];
|
maintainers = with lib.maintainers; [ kachick ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
@ -22,11 +22,11 @@ stdenvNoCC.mkDerivation rec {
|
|||||||
runHook postInstall
|
runHook postInstall
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = with lib; {
|
meta = {
|
||||||
description = "Composite font of IBM Plex Mono, IBM Plex Sans JP and nerd-fonts";
|
description = "Composite font of IBM Plex Mono, IBM Plex Sans JP and nerd-fonts";
|
||||||
homepage = "https://github.com/yuru7/PlemolJP";
|
homepage = "https://github.com/yuru7/PlemolJP";
|
||||||
license = licenses.ofl;
|
license = lib.licenses.ofl;
|
||||||
platforms = platforms.all;
|
platforms = lib.platforms.all;
|
||||||
maintainers = with maintainers; [ kachick ];
|
maintainers = with lib.maintainers; [ kachick ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
@ -24,11 +24,11 @@ stdenvNoCC.mkDerivation rec {
|
|||||||
runHook postInstall
|
runHook postInstall
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = with lib; {
|
meta = {
|
||||||
description = "Composite font of IBM Plex Mono and IBM Plex Sans JP";
|
description = "Composite font of IBM Plex Mono and IBM Plex Sans JP";
|
||||||
homepage = "https://github.com/yuru7/PlemolJP";
|
homepage = "https://github.com/yuru7/PlemolJP";
|
||||||
license = licenses.ofl;
|
license = lib.licenses.ofl;
|
||||||
platforms = platforms.all;
|
platforms = lib.platforms.all;
|
||||||
maintainers = with maintainers; [ kachick ];
|
maintainers = with lib.maintainers; [ kachick ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user