pkgs: re-order 'meta'

This is (mostly) alphetically sorted.
This commit is contained in:
Bruno BELANYI 2023-08-04 09:54:10 +00:00
parent 894b77c777
commit 6123c7bc3b
16 changed files with 17 additions and 17 deletions

View file

@ -34,7 +34,7 @@ stdenvNoCC.mkDerivation rec {
description = "Nix flake helper to visualize changes in closures";
homepage = "https://git.belanyi.fr/ambroisie/nix-config";
license = with licenses; [ mit ];
platforms = platforms.unix;
maintainers = with maintainers; [ ambroisie ];
platforms = platforms.unix;
};
}