diff options
author | Ralph Amissah <ralph.amissah@gmail.com> | 2023-01-01 15:11:01 -0500 |
---|---|---|
committer | Ralph Amissah <ralph.amissah@gmail.com> | 2023-01-05 11:17:10 -0500 |
commit | 77d22bc2765e329a0f48a2e465afd475b46be5c4 (patch) | |
tree | ca44334a56ebb4ca1cf15a65d6eaa1f574d6c064 /org | |
parent | nix flake, mostly things nix (diff) |
2023, year rollover, old habit
Diffstat (limited to 'org')
-rw-r--r-- | org/config_git.org | 2 | ||||
-rw-r--r-- | org/config_make.org | 2 | ||||
-rw-r--r-- | org/config_nix.org | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/org/config_git.org b/org/config_git.org index e042f2d..b0959ae 100644 --- a/org/config_git.org +++ b/org/config_git.org @@ -4,7 +4,7 @@ #+FILETAGS: :spine:hub: #+AUTHOR: Ralph Amissah #+EMAIL: [[mailto:ralph.amissah@gmail.com][ralph.amissah@gmail.com]] -#+COPYRIGHT: Copyright (C) 2015 - 2022 Ralph Amissah +#+COPYRIGHT: Copyright (C) 2015 - 2023 Ralph Amissah #+LANGUAGE: en #+STARTUP: content hideblocks hidestars noindent entitiespretty #+PROPERTY: header-args :exports code diff --git a/org/config_make.org b/org/config_make.org index b603bfe..2a7f5bd 100644 --- a/org/config_make.org +++ b/org/config_make.org @@ -4,7 +4,7 @@ #+FILETAGS: :spine:build:tools: #+AUTHOR: Ralph Amissah #+EMAIL: [[mailto:ralph.amissah@gmail.com][ralph.amissah@gmail.com]] -#+COPYRIGHT: Copyright (C) 2015 - 2022 Ralph Amissah +#+COPYRIGHT: Copyright (C) 2015 - 2023 Ralph Amissah #+LANGUAGE: en #+STARTUP: content hideblocks hidestars noindent entitiespretty #+PROPERTY: header-args :exports code diff --git a/org/config_nix.org b/org/config_nix.org index 4768bc3..54fc862 100644 --- a/org/config_nix.org +++ b/org/config_nix.org @@ -4,7 +4,7 @@ #+FILETAGS: :spine:build:tools: #+AUTHOR: Ralph Amissah #+EMAIL: [[mailto:ralph.amissah@gmail.com][ralph.amissah@gmail.com]] -#+COPYRIGHT: Copyright (C) 2015 - 2022 Ralph Amissah +#+COPYRIGHT: Copyright (C) 2015 - 2023 Ralph Amissah #+LANGUAGE: en #+STARTUP: content hideblocks hidestars noindent entitiespretty #+PROPERTY: header-args :exports code @@ -100,7 +100,7 @@ nix develop --build .#default --print-build-logs #+HEADER: :noweb yes #+BEGIN_SRC nix { - description = "a sisu like document parser search form"; + description = "spine (sisu like parser & document generator) made available to process markup samples"; inputs = { nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable"; # "github:nixos/nixpkgs"; flake-utils.url = "github:numtide/flake-utils"; |