From cf5bab9cc3ce7326de6f5e2c1145955d750342db Mon Sep 17 00:00:00 2001 From: Anton Latukha Date: Thu, 21 Jan 2021 14:32:49 +0200 Subject: [PATCH] drop capslock, use {ChangeLog, ReadMe, License}.md (#831) I know a couple of good people annoyed by capslocking. And moreover, studies show it is harder to grasp the capslocked text. Capslocking does not work anyway and not worth it, somewhere since we got Web & URLs. --- CHANGELOG.md => ChangeLog.md | 0 LICENSE => License | 0 README.md => ReadMe.md | 0 hnix.cabal | 8 ++++---- 4 files changed, 4 insertions(+), 4 deletions(-) rename CHANGELOG.md => ChangeLog.md (100%) rename LICENSE => License (100%) rename README.md => ReadMe.md (100%) diff --git a/CHANGELOG.md b/ChangeLog.md similarity index 100% rename from CHANGELOG.md rename to ChangeLog.md diff --git a/LICENSE b/License similarity index 100% rename from LICENSE rename to License diff --git a/README.md b/ReadMe.md similarity index 100% rename from README.md rename to ReadMe.md diff --git a/hnix.cabal b/hnix.cabal index acb96a54..cfb872f8 100644 --- a/hnix.cabal +++ b/hnix.cabal @@ -8,7 +8,7 @@ bug-reports: https://github.com/haskell-nix/hnix/issues author: John Wiegley maintainer: johnw@newartisans.com license: BSD3 -license-file: LICENSE +license-file: License build-type: Simple cabal-version: >= 1.10 data-dir: data/ @@ -19,6 +19,9 @@ data-files: nix/corepkgs/fetchurl.nix nix/corepkgs/imported-drv-to-derivation.nix extra-source-files: + ChangeLog.md + ReadMe.md + License data/nix/corepkgs/buildenv.nix data/nix/corepkgs/unpack-channel.nix data/nix/corepkgs/derivation.nix @@ -270,9 +273,6 @@ extra-source-files: data/simple.nix data/nixpkgs-all-packages-pretty.nix data/let.nix - LICENSE - README.md - CHANGELOG.md tests/eval-compare/builtins.appendContext.nix tests/eval-compare/builtins.eq-bottom-00.nix tests/eval-compare/builtins.fetchurl-01.nix