summary refs log tree commit diff
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2022-01-20 09:55:15 +0100
committerMartin Weinelt <hexa@darmstadt.ccc.de>2022-01-23 01:09:40 +0100
commit7bddf042d01fb9aecacd5db049945abf1d5404b3 (patch)
tree9d55031e1d020d047a4189c9afbfd5a28e460480
parent653c2be451562ca457bedb93e2c62e0c2196ee8a (diff)
downloadnixpkgs-7bddf042d01fb9aecacd5db049945abf1d5404b3.tar
nixpkgs-7bddf042d01fb9aecacd5db049945abf1d5404b3.tar.gz
nixpkgs-7bddf042d01fb9aecacd5db049945abf1d5404b3.tar.bz2
nixpkgs-7bddf042d01fb9aecacd5db049945abf1d5404b3.tar.lz
nixpkgs-7bddf042d01fb9aecacd5db049945abf1d5404b3.tar.xz
nixpkgs-7bddf042d01fb9aecacd5db049945abf1d5404b3.tar.zst
nixpkgs-7bddf042d01fb9aecacd5db049945abf1d5404b3.zip
python3Packages.aiohttp-remotes: update format
-rw-r--r--pkgs/development/python-modules/aiohttp-remotes/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/aiohttp-remotes/default.nix b/pkgs/development/python-modules/aiohttp-remotes/default.nix
index 3b44383082f..be33becb26c 100644
--- a/pkgs/development/python-modules/aiohttp-remotes/default.nix
+++ b/pkgs/development/python-modules/aiohttp-remotes/default.nix
@@ -11,7 +11,7 @@
 buildPythonPackage rec {
   pname = "aiohttp-remotes";
   version = "1.2.0";
-  format = "setuptools";
+  format = "flit";
 
   disabled = pythonOlder "3.6";
 
@@ -42,7 +42,7 @@ buildPythonPackage rec {
   ];
 
   meta = with lib; {
-    description = "A set of useful tools for aiohttp.web server";
+    description = "Set of useful tools for aiohttp.web server";
     homepage = "https://github.com/wikibusiness/aiohttp-remotes";
     license = licenses.mit;
     maintainers = with maintainers; [ qyliss ];