lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

treewide: trim whitespace in description strings

authored by

mivorasu and committed by
mivorasu
ca35bb68 a685651d

+21 -21
+1 -1
pkgs/by-name/ea/each/package.nix
··· 19 19 cargoHash = "sha256-TfAT36/JeBjBxymnX1gIyCEPZcxTW4fPVIOhHF3z9wA="; 20 20 21 21 meta = with lib; { 22 - description = " A better way of working with structured data on the command line"; 22 + description = "A better way of working with structured data on the command line"; 23 23 mainProgram = "each"; 24 24 homepage = "https://github.com/arraypad/each"; 25 25 license = with licenses; [ mit ];
+1 -1
pkgs/by-name/gi/gitlab-timelogs/package.nix
··· 29 29 cargoHash = "sha256-qSIRcf0HpRg1Eu12L6UcJajHBgjJgfhsHmF1oV1h8HM="; 30 30 31 31 meta = { 32 - description = " CLI utility to support you with your time logs in GitLab"; 32 + description = "CLI utility to support you with your time logs in GitLab"; 33 33 mainProgram = "gitlab-timelogs"; 34 34 longDescription = '' 35 35 CLI utility to support you with your time logs in GitLab.
+1 -1
pkgs/by-name/go/go-protobuf/package.nix
··· 19 19 20 20 meta = with lib; { 21 21 homepage = "https://github.com/golang/protobuf"; 22 - description = " Go bindings for protocol buffer"; 22 + description = "Go bindings for protocol buffer"; 23 23 maintainers = with maintainers; [ lewo ]; 24 24 license = licenses.bsd3; 25 25 };
+1 -1
pkgs/by-name/jw/jwx/package.nix
··· 20 20 sourceRoot = "${finalAttrs.src.name}/cmd/jwx"; 21 21 22 22 meta = { 23 - description = " Implementation of various JWx (Javascript Object Signing and Encryption/JOSE) technologies"; 23 + description = "Implementation of various JWx (Javascript Object Signing and Encryption/JOSE) technologies"; 24 24 mainProgram = "jwx"; 25 25 homepage = "https://github.com/lestrrat-go/jwx"; 26 26 changelog = "https://github.com/lestrrat-go/jwx/blob/v${finalAttrs.version}/Changes";
+1 -1
pkgs/by-name/kn/knewave/package.nix
··· 25 25 ''; 26 26 27 27 meta = { 28 - description = " A bold, painted face for the rocker within"; 28 + description = "A bold, painted face for the rocker within"; 29 29 longDescription = '' 30 30 Knewave is bold, painted face. Get it? Git it. 31 31 '';
+1 -1
pkgs/by-name/le/lessc/plugins/clean-css/default.nix
··· 54 54 55 55 meta = { 56 56 homepage = "https://github.com/less/less-plugin-clean-css"; 57 - description = " Post-process and compress CSS using clean-css"; 57 + description = "Post-process and compress CSS using clean-css"; 58 58 license = lib.licenses.asl20; 59 59 maintainers = with lib.maintainers; [ lelgenio ]; 60 60 };
+1 -1
pkgs/by-name/vu/vulkan-volk/package.nix
··· 23 23 cmakeFlags = [ "-DVOLK_INSTALL=1" ]; 24 24 25 25 meta = with lib; { 26 - description = " Meta loader for Vulkan API"; 26 + description = "Meta loader for Vulkan API"; 27 27 homepage = "https://github.com/zeux/volk"; 28 28 platforms = platforms.all; 29 29 license = licenses.mit;
+1 -1
pkgs/development/compilers/elm/packages/node/default.nix
··· 53 53 with lib; 54 54 nodePkgs."@dillonkearns/elm-graphql".meta 55 55 // { 56 - description = " Autogenerate type-safe GraphQL queries in Elm"; 56 + description = "Autogenerate type-safe GraphQL queries in Elm"; 57 57 license = licenses.bsd3; 58 58 maintainers = [ maintainers.pedrohlc ]; 59 59 };
+1 -1
pkgs/development/lua-modules/generated-packages.nix
··· 949 949 950 950 meta = { 951 951 homepage = "https://github.com/mrcjkb/haskell-tools.nvim"; 952 - description = " 🦥 Supercharge your Haskell experience in neovim!"; 952 + description = "🦥 Supercharge your Haskell experience in neovim!"; 953 953 maintainers = with lib.maintainers; [ mrcjkb ]; 954 954 license.fullName = "GPL-2.0"; 955 955 };
+1 -1
pkgs/development/ocaml-modules/ocsigen-toolkit/default.nix
··· 47 47 48 48 meta = { 49 49 homepage = "http://ocsigen.org/ocsigen-toolkit/"; 50 - description = " User interface widgets for Ocsigen applications"; 50 + description = "User interface widgets for Ocsigen applications"; 51 51 license = lib.licenses.lgpl21; 52 52 maintainers = [ lib.maintainers.gal_bolle ]; 53 53 inherit (ocaml.meta) platforms;
+1 -1
pkgs/development/octave-modules/communications/default.nix
··· 27 27 homepage = "https://gnu-octave.github.io/packages/communications/"; 28 28 license = lib.licenses.gpl3Plus; 29 29 maintainers = with lib.maintainers; [ KarlJoad ]; 30 - description = " Digital Communications, Error Correcting Codes (Channel Code), Source Code functions, Modulation and Galois Fields"; 30 + description = "Digital Communications, Error Correcting Codes (Channel Code), Source Code functions, Modulation and Galois Fields"; 31 31 }; 32 32 }
+1 -1
pkgs/development/python-modules/aioguardian/default.nix
··· 65 65 pythonImportsCheck = [ "aioguardian" ]; 66 66 67 67 meta = with lib; { 68 - description = " Python library to interact with Elexa Guardian devices"; 68 + description = "Python library to interact with Elexa Guardian devices"; 69 69 longDescription = '' 70 70 aioguardian is an asyncio-focused library for interacting with the 71 71 Guardian line of water valves and sensors from Elexa.
+1 -1
pkgs/development/python-modules/djangorestframework-recursive/default.nix
··· 29 29 pythonImportsCheck = [ "rest_framework_recursive" ]; 30 30 31 31 meta = with lib; { 32 - description = " Recursive Serialization for Django REST framework"; 32 + description = "Recursive Serialization for Django REST framework"; 33 33 homepage = "https://github.com/heywbj/django-rest-framework-recursive"; 34 34 license = licenses.isc; 35 35 maintainers = [ ];
+1 -1
pkgs/development/python-modules/manuf/default.nix
··· 49 49 50 50 meta = with lib; { 51 51 homepage = "https://github.com/coolbho3k/manuf"; 52 - description = " Parser library for Wireshark's OUI database"; 52 + description = "Parser library for Wireshark's OUI database"; 53 53 mainProgram = "manuf"; 54 54 platforms = platforms.linux; 55 55 license = with licenses; [
+1 -1
pkgs/development/python-modules/midea-local/default.nix
··· 41 41 ]; 42 42 43 43 meta = with lib; { 44 - description = " Control your Midea M-Smart appliances via local area network"; 44 + description = "Control your Midea M-Smart appliances via local area network"; 45 45 homepage = "https://github.com/midea-lan/midea-local"; 46 46 changelog = "https://github.com/midea-lan/midea-local/releases/tag/${src.tag}"; 47 47 maintainers = with maintainers; [ k900 ];
+1 -1
pkgs/development/python-modules/pytile/default.nix
··· 52 52 __darwinAllowLocalNetworking = true; 53 53 54 54 meta = with lib; { 55 - description = " Python API for Tile Bluetooth trackers"; 55 + description = "Python API for Tile Bluetooth trackers"; 56 56 longDescription = '' 57 57 pytile is a simple Python library for retrieving information on Tile 58 58 Bluetooth trackers (including last location and more).
+1 -1
pkgs/os-specific/linux/rtw89/default.nix
··· 38 38 ''; 39 39 40 40 meta = with lib; { 41 - description = " Driver for Realtek 8852AE, 8852BE, and 8853CE, 802.11ax devices"; 41 + description = "Driver for Realtek 8852AE, 8852BE, and 8853CE, 802.11ax devices"; 42 42 homepage = "https://github.com/lwfinger/rtw89"; 43 43 license = with licenses; [ gpl2Only ]; 44 44 maintainers = with maintainers; [ tvorog ];
+2 -2
pkgs/servers/http/nginx/modules.nix
··· 268 268 }; 269 269 270 270 meta = with lib; { 271 - description = " Fancy indexes module"; 271 + description = "Fancy indexes module"; 272 272 homepage = "https://github.com/aperezdc/ngx-fancyindex"; 273 273 license = with licenses; [ bsd2 ]; 274 274 maintainers = with maintainers; [ aneeshusa ]; ··· 340 340 inputs = [ libbsd ]; 341 341 342 342 meta = with lib; { 343 - description = " IP address anonymizer"; 343 + description = "IP address anonymizer"; 344 344 homepage = "https://github.com/masonicboom/ipscrub"; 345 345 license = with licenses; [ bsd3 ]; 346 346 maintainers = [ ];
+1 -1
pkgs/servers/nextcloud/packages/apps/hmr_enabler.nix
··· 28 28 ''; 29 29 30 30 meta = { 31 - description = " Development Nextcloud app to enable apps to use hot module reloading"; 31 + description = "Development Nextcloud app to enable apps to use hot module reloading"; 32 32 homepage = "https://github.com/nextcloud/hmr_enabler"; 33 33 changelog = "https://github.com/nextcloud/hmr_enabler/blob/master/CHANGELOG.md"; 34 34 license = lib.licenses.agpl3Only;
+1 -1
pkgs/servers/web-apps/plausible/default.nix
··· 178 178 license = licenses.agpl3Plus; 179 179 homepage = "https://plausible.io/"; 180 180 changelog = "https://github.com/plausible/analytics/blob/${src.rev}/CHANGELOG.md"; 181 - description = " Simple, open-source, lightweight (< 1 KB) and privacy-friendly web analytics alternative to Google Analytics"; 181 + description = "Simple, open-source, lightweight (< 1 KB) and privacy-friendly web analytics alternative to Google Analytics"; 182 182 mainProgram = "plausible"; 183 183 teams = [ teams.cyberus ]; 184 184 platforms = platforms.unix;