Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

Update default.nix

authored by Trim21 and committed by GitHub dd3f953b 959dee99

+1 -1
+1 -1
pkgs/development/python-modules/flit/default.nix
··· 22 22 format = "pyproject"; 23 23 24 24 src = fetchFromGitHub { 25 - owner = "takluyver"; 25 + owner = "pypa"; 26 26 repo = "flit"; 27 27 rev = version; 28 28 hash = "sha256-yl2+PcKr7xRW4oIBWl+gzh/nKhSNu5GH9fWKRGgaNHU=";