diff --git a/surfacelights/surfacelights-1.2.3.ckan b/surfacelights/surfacelights-1.2.3.ckan
new file mode 100644
index 0000000000..73e8ff73e1
--- /dev/null
+++ b/surfacelights/surfacelights-1.2.3.ckan
@@ -0,0 +1,21 @@
+{
+    "spec_version": 1,
+    "comment": "We ended up double-indexing this mod, which is why this conflicts with SurfaceMountedLights (which is now deprecated",
+    "identifier": "surfacelights",
+    "name": "Surface Mounted Lights",
+    "abstract": "Small stock-alike lights that sit flush for lighting up your stations and ships.",
+    "resources": {
+        "homepage": "http://forum.kerbalspaceprogram.com/index.php?/topic/139724-112-surface-mounted-stock-alike-lights-for-self-illumination-v123-051316/",
+        "repository": "https://github.com/ihsoft/SurfaceLights"
+    },
+    "author": ["Why485", "IgorZ"],
+    "version": "1.2.3",
+    "ksp_version": "1.1.2",
+    "conflicts": [
+        {
+            "name": "SurfaceMountedLights"
+        }
+    ],
+    "download": "http://kerbal.curseforge.com/projects/surface-mounted-stock-alike-lights-for-self/files/2299919/download",
+    "license": "CC-BY-NC-ND-3.0"
+}