Bladeren bron

Change the organization to tservice-plugins.

tags/v0.1.2
YJC 3 jaren geleden
bovenliggende
commit
44a0a79602
2 gewijzigde bestanden met toevoegingen van 3 en 3 verwijderingen
  1. +2
    -2
      README.md
  2. +1
    -1
      project.clj

+ 2
- 2
README.md Bestand weergeven

@@ -2,8 +2,8 @@

xps2pdf is a [tservice](https://github.com/clinico-omics/tservice) plugin for converting xps to pdf.

[![Latest Release](https://img.shields.io/github/v/release/clinico-omics-plugins/xps2pdf?sort=semver)](https://github.com/clinico-omics-plugins/xps2pdf/releases)
[![License](https://img.shields.io/github/license/clinico-omics/tservice)](https://github.com/clinico-omics-plugins/xps2pdf/blob/master/LICENSE.md)
[![Latest Release](https://img.shields.io/github/v/release/tservice-plugins/xps2pdf?sort=semver)](https://github.com/tservice-plugins/xps2pdf/releases)
[![License](https://img.shields.io/github/license/clinico-omics/tservice)](https://github.com/tservice-plugins/xps2pdf/blob/master/LICENSE.md)

## For User


+ 1
- 1
project.clj Bestand weergeven

@@ -15,7 +15,7 @@
:middleware [leiningen.git-inject/middleware]

:codox {:output-path "docs"
:source-uri "https://github.com/clinico-omics-plugins/xps2pdf/blob/v{version}/{filepath}#L{line}"}
:source-uri "https://github.com/tservice-plugins/xps2pdf/blob/v{version}/{filepath}#L{line}"}

:profiles
{:provided

Laden…
Annuleren
Opslaan