summaryrefslogtreecommitdiff
path: root/src/content/pastebins/2019
diff options
context:
space:
mode:
Diffstat (limited to 'src/content/pastebins/2019')
-rw-r--r--src/content/pastebins/2019/06/08/inconsistent-hash.adoc1
-rw-r--r--src/content/pastebins/2019/12/29/raku-tuple-type.adoc1
2 files changed, 2 insertions, 0 deletions
diff --git a/src/content/pastebins/2019/06/08/inconsistent-hash.adoc b/src/content/pastebins/2019/06/08/inconsistent-hash.adoc
index 5877018..32ebaec 100644
--- a/src/content/pastebins/2019/06/08/inconsistent-hash.adoc
+++ b/src/content/pastebins/2019/06/08/inconsistent-hash.adoc
@@ -1,4 +1,5 @@
= Inconsistent hash of buildGoModule
+:categories: nix
:commit: https://euandre.org/git/servers/commit?id=6ba76140238b5e3c7009c201f9f80ac86063f438
diff --git a/src/content/pastebins/2019/12/29/raku-tuple-type.adoc b/src/content/pastebins/2019/12/29/raku-tuple-type.adoc
index 8bb7250..1a0d779 100644
--- a/src/content/pastebins/2019/12/29/raku-tuple-type.adoc
+++ b/src/content/pastebins/2019/12/29/raku-tuple-type.adoc
@@ -1,4 +1,5 @@
= Raku tuple type annotation
+:categories: raku, programming languages
[source,perl]
----