rename {hut => code}.sourcephile.fr
authorJulien Moutinho <julm+symantic-parser@sourcephile.fr>
Fri, 3 Sep 2021 12:35:51 +0000 (14:35 +0200)
committerJulien Moutinho <julm+symantic-parser@sourcephile.fr>
Fri, 3 Sep 2021 12:35:51 +0000 (14:35 +0200)
.reuse/dep5
flake.lock
flake.nix
symantic-parser.cabal

index d742965c27c4051f748c966d22699e2e1e411cb6..9bc5b81c9536c46ec966bdea0408ba24ce996209 100644 (file)
@@ -1,7 +1,7 @@
 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: symantic-parser
 Upstream-Contact: Julien Moutinho <julm+symantic-parser@sourcephile.fr>
-Source: https://git.hut.sourcephile.fr/~julm/symantic-parser
+Source: https://git.code.sourcephile.fr/~julm/symantic-parser
 
 Files: *.nix *.lock cabal.project *.cabal *.md .envrc .gitignore .hlint.yaml Makefile
 Copyright: Julien Moutinho <julm+symantic-parser@sourcephile.fr>
index 3330079723053423fa04efd8d0f6ac398e47b788..577cc2388efd3353c162812c35f629a4364a5476 100644 (file)
         ]
       },
       "locked": {
-        "lastModified": 1627727111,
-        "narHash": "sha256-y1A7iCysHlnV87HvdY06WmvqxE8kj6oGaXqD+IrCNB8=",
-        "ref": "master",
-        "rev": "eee56bd2c70439de82cbf8204080a480868f2a85",
-        "revCount": 17,
+        "lastModified": 1630669709,
+        "narHash": "sha256-OoivM9+ToU99+5BJs2IssUwpW5QmVtECLm7QN4pL63k=",
+        "ref": "main",
+        "rev": "5e52e1ec42d515bc93187c9eeb3603a907214c69",
+        "revCount": 22,
         "type": "git",
-        "url": "git://git.sourcephile.fr/haskell/symantic-base"
+        "url": "https://git.code.sourcephile.fr/~julm/symantic-base"
       },
       "original": {
+        "ref": "main",
         "type": "git",
-        "url": "git://git.sourcephile.fr/haskell/symantic-base"
+        "url": "https://git.code.sourcephile.fr/~julm/symantic-base"
       }
     }
   },
index 997a2602e79d71ebd3a3c7eaa59e3ef3c46caa63..32c631dad15c56f2752e50b2f6ab025eb67bdaed 100644 (file)
--- a/flake.nix
+++ b/flake.nix
@@ -2,7 +2,7 @@
 inputs.nixpkgs.url = "flake:nixpkgs";
 #inputs.nixpkgs.url = "github:NixOS/nixpkgs";
 inputs.flake-utils.url = "github:numtide/flake-utils";
-inputs.symantic-base.url = "git://git.sourcephile.fr/haskell/symantic-base";
+inputs.symantic-base.url = "git+https://git.code.sourcephile.fr/~julm/symantic-base?ref=main";
 inputs.symantic-base.inputs.nixpkgs.follows = "nixpkgs";
 outputs = inputs:
   inputs.flake-utils.lib.eachDefaultSystem (system: let
index bd08a6bdf03d8b8383b91f7212dc44adada0cd79..ed1a8e195ffd4429644d6083ab30e3ee0fde8943 100644 (file)
@@ -1,13 +1,13 @@
 cabal-version: 3.0
 name: symantic-parser
-maintainer: mailto:~julm/symantic-parser@todo.hut.sourcephile.fr
-bug-reports: https://todo.hut.sourcephile.fr/~julm/symantic-parser
-homepage: https://git.hut.sourcephile.fr/~julm/symantic-parser
+maintainer: mailto:~julm/symantic-parser@todo.code.sourcephile.fr
+bug-reports: https://todo.code.sourcephile.fr/~julm/symantic-parser
+homepage: https://git.code.sourcephile.fr/~julm/symantic-parser
 author: Julien Moutinho <julm+symantic-parser@sourcephile.fr>
 copyright: Julien Moutinho <julm+symantic-parser@sourcephile.fr>
 license: AGPL-3.0-or-later
 license-file: LICENSES/AGPL-3.0-or-later.txt
-version: 0.2.1.20210803
+version: 0.2.1.20210903
 stability: experimental
 synopsis: Parser combinators statically optimized and staged via typed meta-programming
 description:
@@ -40,7 +40,7 @@ extra-tmp-files:
 
 source-repository head
   type: git
-  location: https://git.hut.sourcephile.fr/~julm/symantic-parser
+  location: https://git.code.sourcephile.fr/~julm/symantic-parser
 
 flag dump-core
   description: Dump GHC's Core in HTML